community.general/lib/ansible/executor
Marius Gedminas 4fb6f62f1b Fix Unexpected Exception: global name 'os' is not defined
I inadvertently introduced it in
ca826508d9 and didn't notice, because
there are no unit tests for playbook_executor.py.  Sorry!

(The "from ansible.errors import *" was used *only* to get the 'os'
module, which makes go "what?")
2015-10-15 10:41:00 +03:00
..
process Don't assume handlers exist in the same role (if any) 2015-09-29 14:52:43 -04:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
module_common.py Close module file once we're done reading from it 2015-09-21 01:46:29 -07:00
play_iterator.py Remember if we already skipped tasks via --start-at-task 2015-09-30 14:12:38 -04:00
playbook_executor.py Fix Unexpected Exception: global name 'os' is not defined 2015-10-15 10:41:00 +03:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Make sure magic variables are available when templating vars_files 2015-10-05 16:32:58 -04:00
task_queue_manager.py Fix bug caused by options not having start_at_task when used through adhoc 2015-10-01 10:09:58 -04:00
task_result.py Make sure we're actually looping before looking at 'results' in TaskResult 2015-07-24 11:55:22 -04:00