You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/playbook
Benno Joy be81b650e8 fixes issue 11286 where role handlers are not run 10 years ago
..
role fixes issue 11286 where role handlers are not run 10 years ago
__init__.py
attribute.py
base.py Make sure task names are templated before callbacks are sent 10 years ago
become.py removed incorrect assumption on become user being set 10 years ago
block.py Fix logic error in parent attribute retrieval for blocks/roles (v2) 10 years ago
conditional.py Make sure the templar is using the right vars when evaluating conditionals 10 years ago
handler.py
helpers.py Raise AnsibleParserError instead of AssertionError 10 years ago
included_file.py Moving included file stuff to a proper dedicated class and file (v2) 10 years ago
play.py fixes issue 11286 where role handlers are not run 10 years ago
playbook_include.py Fix playbook includes so tags are obeyed (v2) 10 years ago
taggable.py
task.py Fixing filter plugins directory from switch 10 years ago
vars.py
vars_file.py