fix: remove negative_description support
This commit is contained in:
parent
ba4712b879
commit
bf13622328
1 changed files with 0 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue