community.general/lib/ansible/playbook
James Cammarata a3dcb910b8 Fixing bugs with {changed,failed}_when and until with registered vars
* Saving of the registered variable was occuring after the tests for
  changed/failed_when.
* Each of the above fields and until were being post_validated too early,
  so variables which were not defined at that time were causing task
  failures.

Fixes #13591
2015-12-18 10:58:55 -05:00
..
role narrow down exception catching in block builds 2015-12-11 13:13:05 -05:00
__init__.py Get v2_playbook_on_start working 2015-12-02 11:29:51 -06:00
attribute.py attribute defaults that are containers are a copy 2015-12-09 08:40:06 -08:00
base.py unconditionally set vars on init to avoid issues with var precedence 2015-12-01 21:24:46 -08:00
become.py only set become defaults at last possible moment 2015-12-05 16:03:50 -05:00
block.py Revert "avoid persistent containers in attribute defaults" 2015-12-09 08:40:06 -08:00
conditional.py Revert "avoid persistent containers in attribute defaults" 2015-12-09 08:40:06 -08:00
handler.py Making the switch to v2 2015-05-03 21:47:26 -05:00
helpers.py Catch additional assertion errors for load_list_of_blocks 2015-12-02 10:35:20 -06:00
included_file.py Make sure we're using the original host when processing include results 2015-12-16 19:13:45 -05:00
play.py removed default from hosts to make it requried 2015-12-09 08:40:06 -08:00
play_context.py Revert "avoid persistent containers in attribute defaults" 2015-12-09 08:40:06 -08:00
playbook_include.py Revert "avoid persistent containers in attribute defaults" 2015-12-09 08:40:06 -08:00
taggable.py Revert "avoid persistent containers in attribute defaults" 2015-12-09 08:40:06 -08:00
task.py Fixing bugs with {changed,failed}_when and until with registered vars 2015-12-18 10:58:55 -05:00
vars.py Making the switch to v2 2015-05-03 21:47:26 -05:00
vars_file.py Making the switch to v2 2015-05-03 21:47:26 -05:00