mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41: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
|
@ -19,6 +19,10 @@ DOCUMENTATION = '''
|
|||
- Uses k8s.(yml|yaml) YAML configuration file to set parameter values.
|
||||
|
||||
options:
|
||||
plugin:
|
||||
description: token that ensures this is a source file for the 'k8s' plugin.
|
||||
required: True
|
||||
choices: ['k8s']
|
||||
connections:
|
||||
description:
|
||||
- Optional list of cluster connection settings. If no connections are provided, the default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue