mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 06:11:26 -07:00
added required missing field for common yaml fmt
This commit is contained in:
parent
50905b980d
commit
2496fd35fb
10 changed files with 41 additions and 0 deletions
|
@ -15,6 +15,10 @@ DOCUMENTATION = '''
|
|||
- Get inventory hosts from Amazon Web Services EC2.
|
||||
- Uses a <name>.aws_ec2.yaml (or <name>.aws_ec2.yml) YAML configuration file.
|
||||
options:
|
||||
plugin:
|
||||
description: token that ensures this is a source file for the 'aws_ec2' plugin.
|
||||
required: True
|
||||
choices: ['aws_ec2']
|
||||
boto_profile:
|
||||
description: The boto profile to use.
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue