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""" options = [f"""
list: list:
description: {_('parameter added only to be compatible with Ansible')} description: {_('parameter added only to be compatible with Ansible')}
negative_description: {_('parameter added only to be compatible with Ansible')}
default: false default: false
disabled: disabled:
type: jinja type: jinja
@ -75,7 +74,6 @@ ansible:
namespace_is_hostname: namespace_is_hostname:
description: {_('Only variables in host namespace is available by a host')} description: {_('Only variables in host namespace is available by a host')}
negative_description: {_('All variables is available for all hosts')}
default: false default: false
"""] """]
return { return {