ansible/lib/ansible/playbook
James Cammarata 0aa1442c91 Fix static determination for include_tasks
An incorrect removal of a conditional resulted in include_tasks falling
through to the old static detection mechanism incorrectly. This restores
the previous conditional check.

Fixes #31593

(cherry picked from commit 3ef4f7e847)
2017-10-11 17:31:13 -07:00
..
role Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
__init__.py better error on bad playbook encoding 2017-09-14 08:55:40 -07:00
attribute.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
base.py Allow any_errors_fatal to be set in playbook - fixes #30691 (#30839) 2017-10-04 12:56:18 -07:00
become.py leftover from porting become to v2 that's unused 2017-07-24 10:12:17 -07:00
block.py Fix conditional inheritance on dynamic includes (tasks and roles) (#30178) 2017-09-13 09:55:08 -07:00
conditional.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
handler.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
handler_task_include.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
helpers.py Fix static determination for include_tasks 2017-10-11 17:31:13 -07:00
included_file.py Correctly create include_role blocks when using loops (#30372) 2017-09-14 14:31:35 -07:00
loop_control.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
play.py Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
play_context.py restore connection options from cli 2017-10-04 23:14:56 -07:00
playbook_include.py Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
role_include.py avoid include_Xs conflating vars with options (#30954) 2017-10-02 09:09:21 -07:00
taggable.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
task.py Allow any_errors_fatal to be set in playbook - fixes #30691 (#30839) 2017-10-04 12:56:18 -07:00
task_include.py avoid include_Xs conflating vars with options (#30954) 2017-10-02 09:09:21 -07:00