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
|
@ -15,6 +15,10 @@ DOCUMENTATION = '''
|
|||
- Every element of every layer is combined to create a host for every layer combination
|
||||
- Parent groups can be defined with reference to hosts and other groups using the same template variables
|
||||
options:
|
||||
plugin:
|
||||
description: token that ensures this is a source file for the 'generator' plugin.
|
||||
required: True
|
||||
choices: ['generator']
|
||||
hosts:
|
||||
description:
|
||||
- The C(name) key is a template used to generate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue