fix: remove negative_description support

This commit is contained in:
egarette@silique.fr 2025-04-29 22:52:32 +02:00
parent ba4712b879
commit bf13622328

View file

@ -27,7 +27,6 @@ def get_rougail_config(
options = [f"""
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
@ -75,7 +74,6 @@ ansible:
namespace_is_hostname:
description: {_('Only variables in host namespace is available by a host')}
negative_description: {_('All variables is available for all hosts')}
default: false
"""]
return {