mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 13:21: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
|
@ -10,6 +10,8 @@ DOCUMENTATION = '''
|
|||
plugin_type: inventory
|
||||
short_description: foreman inventory source
|
||||
version_added: "2.6"
|
||||
requirements:
|
||||
- requests >= 1.1
|
||||
description:
|
||||
- Get inventory hosts from the foreman service.
|
||||
- "Uses a configuration file as an inventory source, it must end in foreman.yml or foreman.yaml and has a ``plugin: foreman`` entry."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue