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
Martin Krizek 3816815db0
Track failures in the includes results to avoid special handling of include errors (#53688)
* Make include_role/include_tasks work with any_errors_fatal v2

Fixes #50897

Co-authored-by: Matt Martz <matt@sivel.net>

* Add failed to results in free strategy too

* Fix

* Avoid duplicating results

* ci_complete

Co-authored-by: Matt Martz <matt@sivel.net>
3 years ago
..
role Start of moving away from six (#75863) 3 years ago
__init__.py [playbook] error on empty, error on 'include' (remove two deprecations) (#74172) 4 years ago
attribute.py Move common build code from _build_helpers (#55986) 5 years ago
base.py Start of moving away from six (#75863) 3 years ago
block.py Fix notify on import_tasks (#73572) 4 years ago
collectionsearch.py Heisen jinja2_native (#75587) 3 years ago
conditional.py Keep pre Python 3.10 literal_eval behavior (#76261) 3 years ago
handler.py Fix notifying handlers by using an exact match (#55624) 5 years ago
handler_task_include.py Validate args for includes in handlers too (#57537) 4 years ago
helpers.py Remove deprecated features from ansible.playbook.helpers (#74809) 3 years ago
included_file.py Track failures in the includes results to avoid special handling of include errors (#53688) 3 years ago
loop_control.py allows loop pause for subseconds (#50461) 6 years ago
play.py enable module defaults for implicit gather_facts (#76053) 3 years ago
play_context.py Start of moving away from six (#75863) 3 years ago
playbook_include.py Start of moving away from six (#75863) 3 years ago
role_include.py Revert "Compile role with parents in the task's dependency chain (#75165)" (#75779) 3 years ago
taggable.py Allow tags to be templated from a variable (#49833) 6 years ago
task.py Start of moving away from six (#75863) 3 years ago
task_include.py Remove deprecated features from ansible.playbook.helpers (#74809) 3 years ago