community.general/lib/ansible
jkleint 44486223ed Unify normal and sudo remote command execution.
Commit SHA: 87b1cf45 that put temp files in `$HOME/.ansible` instead of `/home/<user>/.ansible` was producing a directory literally called `$HOME` (no expansion) with non-sudo remote execution.  I'll take the blame for this one, as `ParamikoConnection.exec_command()` was not using the shell for non-sudo commands.  This does sudo and non-sudo execution the same way, using the shell, so environment variables should get expanded.
2012-04-25 13:40:21 -03:00
..
__init__.py Version bump for integration branch (soon to be renamed 'devel'), didn't update package 2012-04-23 21:14:48 -04:00
callbacks.py Merge branch 'integration' 2012-04-23 21:05:06 -04:00
connection.py Unify normal and sudo remote command execution. 2012-04-25 13:40:21 -03:00
constants.py Add support for specifying sudo passwords to both ansible & playbook. Nopasswd sudo is no longer required. 2012-04-13 19:06:11 -04:00
errors.py Update example to use correct service state; minor pep8 indent/spacing fixes 2012-03-15 23:10:03 -04:00
inventory.py handle issues when the hostlist is inadvertently set executable 2012-04-24 11:03:14 -04:00
playbook.py fix for issue #230 - handle template taking 3 args 2012-04-25 11:59:19 -04:00
runner.py Merge pull request #226 from cread/make-osx-tests-pass 2012-04-24 15:22:43 -07:00
utils.py fix for issue #230 - handle template taking 3 args 2012-04-25 11:59:19 -04:00