mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 23:31:25 -07:00
Conditional bare: fix typos (#53807)
This commit is contained in:
parent
3b8768158f
commit
dbb782a594
3 changed files with 9 additions and 9 deletions
|
@ -114,7 +114,7 @@ class Conditional:
|
|||
if isinstance(conditional, bool):
|
||||
return conditional
|
||||
|
||||
if C.CONDITINAL_BARE_VARS:
|
||||
if C.CONDITIONAL_BARE_VARS:
|
||||
if conditional in all_vars and VALID_VAR_REGEX.match(conditional):
|
||||
display.deprecated('evaluating %s as a bare variable, this behaviour will go away and you might need to add |bool'
|
||||
' to the expression in the future. Also see CONDITIONAL_BARE_VARS configuration toggle.' % conditional, "2.12")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue