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
Toshio Kuratomi 565e5bbdfc Fix up the new expand_user method.
quoting anywhere in the user_home_path interferes with shell expansion
so we have to check it for validity ourselves.
2014-11-11 13:54:03 -08:00
..
cache Fix typo in redis cache change from 10afaee1 2014-09-10 09:06:40 -05:00
callback_plugins Remove runner_on_error callback that is never used. 2014-07-01 17:02:10 -04:00
inventory Fetch vars for host directly when calculating the delegated user 2014-10-10 01:18:18 -05:00
module_utils Add comments/docstrings not to use md5 unless forced to by forces outside our control. 2014-11-10 12:01:44 -08:00
modules Move from md5 to sha1 to work on fips-140 enabled systems 2014-11-06 21:28:04 -08:00
playbook Template play vars after reading them 2014-10-06 10:50:55 -05:00
runner Fix up the new expand_user method. 2014-11-11 13:54:03 -08:00
utils Add comments/docstrings not to use md5 unless forced to by forces outside our control. 2014-11-10 12:01:44 -08:00
__init__.py Version bump for 1.8 2014-08-06 13:17:28 -05:00
callbacks.py Add host to polling message 2014-10-20 20:03:43 -04:00
color.py fixed typos found by RETF rules in PY files 2014-05-03 18:40:05 +02:00
constants.py changes for package loading of modules 2014-09-26 11:25:56 -04:00
errors.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
module_common.py Workaround more python-2.6 shlex not being able to handle unicode strings 2014-10-08 14:30:36 -04:00