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
James Cammarata 2c20579a06 Add options to make includes 'static'
* Can be configured in the ansible.cfg for tasks/handlers individually
* If an included filename contains no vars or loops, it will be expanded
  in-place as if it were marked as static
2016-03-24 10:12:51 -04:00
..
process Renaming per-item and retry callbacks 2016-03-18 15:17:43 -04:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
module_common.py We are actually taking the repr of a string so we need separate to_bytes and repr calls 2016-02-26 16:57:32 -08:00
play_iterator.py Make ohai and facter work via module_utils Fact classes rather than in the setup module 2016-03-14 14:53:29 -07:00
playbook_executor.py python3 compatiblity 2016-03-24 06:39:21 -07:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py python3 compatiblity 2016-03-24 06:39:21 -07:00
task_queue_manager.py Add options to make includes 'static' 2016-03-24 10:12:51 -04:00
task_result.py Break apart a looped dependency to show a warning when parsing playbooks 2015-10-27 12:39:42 -07:00