mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 22:31:25 -07:00
Add some requirements to the plugin docstrings.
This commit is contained in:
parent
734384b91d
commit
572a2187ab
3 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,9 @@ DOCUMENTATION = '''
|
|||
name: aws_ec2
|
||||
plugin_type: inventory
|
||||
short_description: ec2 inventory source
|
||||
requirements:
|
||||
- boto3
|
||||
- botocore
|
||||
extends_documentation_fragment:
|
||||
- inventory_cache
|
||||
- constructed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue