ansible/lib/ansible/executor
James Cammarata e64989beb4 Moving ConnectionInformation -> PlayContext
Also making PlayContext a child class of the Playbook Base class,
which gives it access to all of the FieldAttribute code to ensure
field values are correctly typed after post_validation

Fixes #11381
2015-07-21 12:13:50 -04:00
..
process Moving ConnectionInformation -> PlayContext 2015-07-21 12:13:50 -04:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
module_common.py Fixing ansible_*_interpreter use 2015-06-04 15:43:07 -04:00
play_iterator.py Moving ConnectionInformation -> PlayContext 2015-07-21 12:13:50 -04:00
playbook_executor.py Fix group/host var loading relative to playbook basedir 2015-07-14 09:26:24 -04:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Moving ConnectionInformation -> PlayContext 2015-07-21 12:13:50 -04:00
task_queue_manager.py Moving ConnectionInformation -> PlayContext 2015-07-21 12:13:50 -04:00
task_result.py Fix #11369 A result is skipped when all it's children are skipped. This makes it fundamentally different from a result that was changed/failed/unreachable 2015-07-16 17:50:15 +05:30