mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
4 lines
263 B
YAML
4 lines
263 B
YAML
|
bugfixes:
|
||
|
- remove bare var handling from conditionals (not needed since we removed bare vars from `with_` loops) to normalize handling of
|
||
|
variable values, no matter if the string value comes from a top level variable or from a dictionary key or subkey
|