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
Strahinja Kustudic a213b9160c Fix extended loop_control with includes (#61231)
* Fix extended loop_control with includes

* Use assert for testing extended loop_control

* fix typo
5 years ago
..
role add subdir support to collection loading (#60682) 5 years ago
__init__.py Move plugin loader playbook dir additions back to Playbook instead of PlaybookCLI (#59557) 5 years ago
attribute.py Move common build code from _build_helpers (#55986) 5 years ago
base.py Template value of debugger and then check for validity (#53587) 5 years ago
block.py become mixin is no more (#54002) 6 years ago
collectionsearch.py Collection content loading (#52194) 6 years ago
conditional.py Tests as filters were deprecated, remove unused param (#57796) 5 years ago
handler.py Fix notifying handlers by using an exact match (#55624) 5 years ago
handler_task_include.py Improvement on setting VALID_INCLUDE_KEYWORDS on HandlerTaskInclude (#56801) 5 years ago
helpers.py Add back _contains_vars method as maybe_template (#58290) 5 years ago
included_file.py Fix extended loop_control with includes (#61231) 5 years ago
loop_control.py allows loop pause for subseconds (#50461) 6 years ago
play.py Fix gather facts ignoring gather_subsets config (#59271) 5 years ago
play_context.py removed previouslly deprecated settings (#55662) 5 years ago
playbook_include.py Do not use mutable defaults in FieldAttribute, instead allow supplying a callable for defaults of mutable types. Fixes #46824 (#46833) 6 years ago
role_include.py Add ansible_parent_role_names magic variable (#46687) 6 years ago
taggable.py Allow tags to be templated from a variable (#49833) 6 years ago
task.py unite poll defaults (#55470) 6 years ago
task_include.py Whitelist listen as a valid keyword on TaskInclude (#56586) 5 years ago