ansible/lib/ansible/playbook
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
..
role Fieldattribute inheritance with defaults (#50891) 2019-01-23 11:40:07 -06:00
__init__.py Fix encoding issues with file paths. (#50830) 2019-01-14 13:06:47 -08:00
attribute.py add static facility and apply to register (#49737) 2019-01-24 11:51:52 -05:00
base.py add static facility and apply to register (#49737) 2019-01-24 11:51:52 -05:00
become.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
block.py Fieldattribute inheritance with defaults (#50891) 2019-01-23 11:40:07 -06:00
conditional.py remove bare var handling in conditionals (#51030) 2019-01-30 15:00:24 -05:00
handler.py Consolidate handler tracking (#49338) 2018-12-11 10:58:19 -05:00
handler_task_include.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
helpers.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
included_file.py Give IncludedFile more context via ansible_search_path (#50045) 2019-01-03 16:13:02 -05:00
loop_control.py allows loop pause for subseconds (#50461) 2019-01-18 22:41:29 -05:00
play.py Fieldattribute inheritance with defaults (#50891) 2019-01-23 11:40:07 -06:00
play_context.py Save the command line arguments into a global context 2019-01-03 18:12:23 -08:00
playbook_include.py Do not use mutable defaults in FieldAttribute, instead allow supplying a callable for defaults of mutable types. Fixes #46824 (#46833) 2018-10-12 10:43:09 -05:00
role_include.py added handlers_from (#49220) 2018-12-18 11:28:24 -05:00
taggable.py Allow tags to be templated from a variable (#49833) 2018-12-17 15:40:26 -06:00
task.py add static facility and apply to register (#49737) 2019-01-24 11:51:52 -05:00
task_include.py Fieldattribute inheritance with defaults (#50891) 2019-01-23 11:40:07 -06:00