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-12-18 23:31:03 -05:00
..
callback_plugins add a way for callback to disable itself 2013-08-14 22:32:28 +02:00
inventory Improve Group.get_hosts() performance. 2013-11-18 03:48:55 +01:00
module_utils Merge pull request #5122 from willthames/openlog_str 2013-12-13 08:51:48 -08:00
playbook Addresses #5341 Expand home directories when searching for roles in ansible-playbook 2013-12-18 23:31:03 -05:00
runner ssh_alt - only trigger 'fatal' when returncode == 255 (interpreted as 'could no connect') 2013-12-17 11:42:00 -05:00
utils Fix for issue #4730 - stacktrace when deferenencing a non-existent group 2013-12-02 18:25:43 +01:00
__init__.py Version bump for 1.5 2013-11-21 16:33:23 -05:00
callbacks.py Prevent UnicodeEncodeError 2013-12-05 13:17:57 -02:00
color.py These fields are booleans. 2013-08-10 18:16:01 -04:00
constants.py Fixes #5341 Use constants.py to set the roles directory 2013-12-18 22:40:58 -05: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 Avoid UnicodeDecodeError exception when passing module args 2013-12-06 12:59:43 -02:00