add --list parameter only to be compatible with Ansible
This commit is contained in:
parent
02761ee9fa
commit
8bade29a19
1 changed files with 11 additions and 0 deletions
|
@ -24,6 +24,17 @@ def get_rougail_config(
|
||||||
backward_compatibility=True,
|
backward_compatibility=True,
|
||||||
) -> dict:
|
) -> dict:
|
||||||
options = """
|
options = """
|
||||||
|
list:
|
||||||
|
description: parameter added only to be compatible with Ansible
|
||||||
|
negative_description: parameter added only to be compatible with Ansible
|
||||||
|
default: false
|
||||||
|
disabled:
|
||||||
|
type: jinja
|
||||||
|
jinja: |
|
||||||
|
{% if step.output != 'ansible' %}
|
||||||
|
disabled
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
ansible:
|
ansible:
|
||||||
description: Configuration of output Ansible
|
description: Configuration of output Ansible
|
||||||
disabled:
|
disabled:
|
||||||
|
|
Loading…
Reference in a new issue