mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 13:21:25 -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
|
@ -20,6 +20,10 @@ DOCUMENTATION = '''
|
|||
- Uses openstack.(yml|yaml) YAML configuration file to configure the inventory plugin
|
||||
- Uses standard clouds.yaml YAML configuration file to configure cloud credentials
|
||||
options:
|
||||
plugin:
|
||||
description: token that ensures this is a source file for the 'openstack' plugin.
|
||||
required: True
|
||||
choices: ['openstack']
|
||||
show_all:
|
||||
description: toggles showing all vms vs only those with a working IP
|
||||
type: bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue