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
Lorin Hochstein b63a3bd0c7 Save module name and args when processing list of items.
This is necessary because daisy-chained modules will overwrite
these values.
2012-07-25 13:26:07 -04:00
..
inventory use AnsibleError so that if there is an error it does not print a traceback 2012-07-24 20:16:35 -04:00
playbook Added some caching logic to improve external inventory scripts, removed some debug statements. 2012-07-22 11:53:19 -04:00
runner Save module name and args when processing list of items. 2012-07-25 13:26:07 -04:00
__init__.py Release bump to start development on 0.6 2012-07-04 18:07:19 -04:00
callbacks.py importing/not-importing methods should be colorized 2012-07-24 20:41:24 -04:00
color.py Move color coding bits to module, use over rest of playbook 2012-07-24 19:30:02 -04:00
constants.py Misc code cleanup, mostly whitespace preferences, removing unused imports, plus a few fixes here and there. 2012-07-15 12:29:53 -04:00
errors.py Misc code cleanup, mostly whitespace preferences, removing unused imports, plus a few fixes here and there. 2012-07-15 12:29:53 -04:00
module_common.py Save the transfer of the module file for new style modules, because we can inject the arguments into the modules. 2012-07-23 19:18:45 -04:00
utils.py Move color coding bits to module, use over rest of playbook 2012-07-24 19:30:02 -04:00