1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/executor
Brian Coca 056602c424 rearranged --list- options, now they are consolidated when used toghether, less loops, more concise output
list-hosts works
list-tasks works, but needs better task naming (missing role info)
list-tags only shows play tags
2015-07-28 22:05:49 -04:00
..
process Switch up the task/host overrides for PlayContext to use the compiled vars dict 2015-07-28 16:25:44 -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 Adding initial support for includes in handlers 2015-07-24 16:22:02 -04:00
playbook_executor.py rearranged --list- options, now they are consolidated when used toghether, less loops, more concise output 2015-07-28 22:05:49 -04:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Properly fail results with rc != 0 2015-07-28 10:15:14 -04:00
task_queue_manager.py adding display to plugins and start moving debug to display 2015-07-23 10:26:12 -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