community.general/lib/ansible
Lukas Wunner f4053fcf3a Only chown on atomic move if invoked as root
Linux and BSD derivatives do not allow unprivileged users to
"give away" files to others for security reasons. (System V
derivatives allow that but they're rare nowadays.)
2014-08-14 16:56:11 +02:00
..
cache Use JSON instead of pickles for compatibility. 2014-08-11 12:23:05 -04:00
callback_plugins Remove runner_on_error callback that is never used. 2014-07-01 17:02:10 -04:00
inventory Merge branch 'retf_py' of git://github.com/berendt/ansible into devel 2014-08-08 12:17:37 -04:00
module_utils Only chown on atomic move if invoked as root 2014-08-14 16:56:11 +02:00
playbook Make sure playbook_dir variable is an absolute path 2014-08-12 09:51:44 -05:00
runner Fix typo: & -> and 2014-08-14 16:52:59 +03:00
utils By popular request, make the no_log attribute also censor tasks from callbacks. 2014-08-12 13:36:05 -04:00
__init__.py Version bump for 1.8 2014-08-06 13:17:28 -05:00
callbacks.py Show delegate_to hint in callbacks 2014-07-07 12:39:08 -05:00
color.py fixed typos found by RETF rules in PY files 2014-05-03 18:40:05 +02:00
constants.py Rename some INI keys for fact caching defaults 2014-08-11 15:16:51 -04:00
errors.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
module_common.py Dedupe PTR record related code in rax_dns_record 2014-08-06 16:47:33 -05:00