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

@ -16,6 +16,10 @@ DOCUMENTATION = '''
- constructed
- inventory_cache
options:
plugin:
description: token that ensures this is a source file for the 'virtualbox' plugin
required: True
choices: ['virtualbox']
running_only:
description: toggles showing all vms vs only those currently running
type: boolean