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"""
|
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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue