mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
improve conditional warnings (#57190)
* Fix order for warning on templated conditionals Fix bare variable warnings when the variable is a boolean * changelog * Add tests for cases that should and should not give warnings If the behavior may change when the default behavior for CONDITIONAL_BARE_VARS becomes False there should be a warning. Boolean type conditionals will not change in behavior so don't warn. * oops, forgot to add files * typo
This commit is contained in:
committed by
Martin Krizek
parent
fecffea370
commit
21cd24a0dd
@@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- Only warn for bare variables if they are not type boolean (https://github.com/ansible/ansible/issues/53428)
|
||||
- Fix regression warning on jinja2 delimiters in when statements (https://github.com/ansible/ansible/issues/56830)
|
||||
Reference in New Issue
Block a user