ansible/lib/ansible/playbook
James Cammarata cd2774af78 Fixing two bugs with import_role (#30398)
1) import_role was never resulting in a static inclusion of the role
   tasks due to a logic error.
2) no error was raised when import_role tried to use a with loop, resulting
   in a strange error down the execution path.
2017-09-14 22:04:20 -05:00
..
role Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -07:00
__init__.py better error on bad playbook encoding 2017-09-14 08:53:15 -07:00
attribute.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
base.py Fix dangerous default args. (#29839) 2017-09-12 00:11:13 -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 11:33:43 -05: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 Fixing two bugs with import_role (#30398) 2017-09-14 22:04:20 -05:00
included_file.py Correctly create include_role blocks when using loops (#30372) 2017-09-14 15:56:12 -05: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 fixes to config/setting retrieval 2017-09-09 09:48:22 -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 validate include_role args (#28077) 2017-08-11 15:21:12 -04:00
taggable.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
task.py Fix conditional inheritance on dynamic includes (tasks and roles) (#30178) 2017-09-13 11:33:43 -05:00
task_include.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00