added required missing field for common yaml fmt

This commit is contained in:
Brian Coca 2018-07-05 13:01:16 -04:00 committed by Brian Coca
parent 50905b980d
commit 2496fd35fb
10 changed files with 41 additions and 0 deletions

View file

@ -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