community.general/lib/ansible/config
Brian Coca 4a0fceaa3b remove bare var handling in conditionals (#51030)
* remove bare var handling in conditionals

  this makes top level and multilevel vars (dicts keys) behave the same
  it will require adding |bool for 'string comparissons' in indirect templates

  - added new tests to ensure uniform handling
  - switched to 'is' testing for status
  - changed warning to 'conditional' as 'when:' is not only place it gets triggered

* updated to include toggle and deprecation

* fix deprecated

* updated tests to handle toggle

* fixed typo and added note about the future
2019-01-30 15:00:24 -05:00
..
__init__.py
base.yml remove bare var handling in conditionals (#51030) 2019-01-30 15:00:24 -05:00
data.py Make newer stuff PEP8 compliant (#26951) 2017-11-05 11:27:41 +01:00
manager.py Fix path encoding bug in config manager. 2019-01-24 22:29:08 -08:00
module_defaults.yml Add k8s module_defaults group and document (#51093) 2019-01-29 14:23:27 -06:00