add --list parameter only to be compatible with Ansible

This commit is contained in:
egarette@silique.fr 2024-11-29 08:21:52 +01:00
parent 02761ee9fa
commit 8bade29a19

View file

@ -24,6 +24,17 @@ def get_rougail_config(
backward_compatibility=True,
) -> dict:
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:
description: Configuration of output Ansible
disabled: