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
2013-10-11 10:18:46 -07:00
..
callback_plugins Renamed on_no_hosts_matched/on_no_hosts_remaining to correct names in noop callback, added methods to callback plugin examples. 2013-06-09 12:19:07 -04:00
inventory Add caching to pattern enumeration 2013-10-10 15:41:48 +02:00
playbook Add a warning about include + with_items so nobody uses it. 2013-10-08 18:12:18 -04:00
runner Merge pull request #4425 from jeromew/ansible_sudo_user_with_items 2013-10-11 10:18:46 -07:00
utils Enhance references to logging functionality. Fixes #3431. 2013-10-08 08:26:40 -04:00
__init__.py Update 1.4 specfile -- no need for node fireball package, release dates 2013-09-13 17:31:34 -04:00
callbacks.py Pass host to runner_on_file_diff callback 2013-10-07 08:55:01 -04:00
color.py These fields are booleans. 2013-08-10 18:16:01 -04:00
constants.py Merge pull request #4453 from pschwartz/fix_cfg_load_order_to_match_docs 2013-10-11 07:25:05 -07:00
errors.py Introduce exception AnsibleFilterError and use it in Jinja filters. Ignore this exception when trying to find the name of a task for display (callback) purpose. 2013-07-07 19:18:32 +02:00
module_common.py USE subprocess.Popen API correctly. 2013-09-29 23:22:09 -04:00