From bf1362232805b7806b948aabe0c591bb6e9e8473 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Tue, 29 Apr 2025 22:52:32 +0200 Subject: [PATCH] fix: remove negative_description support --- src/rougail/output_ansible/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rougail/output_ansible/config.py b/src/rougail/output_ansible/config.py index d65ef94..3607b50 100644 --- a/src/rougail/output_ansible/config.py +++ b/src/rougail/output_ansible/config.py @@ -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 {