community.general/lib/ansible
Dag Wieers a8fd6ee9c3 Get rid of mktemp dependency to support AIX
The function call has been renamed to better reflect what it does, and we
reduced the number of calls from two to one in case the remote user is not
root.

This patch also fixes a string concatenation in _copy_module() that
should use os.path.join()

This closes #436
2012-05-31 17:02:10 +02:00
..
inventory Fixed Inventory.get_hosts() ignoring restriction when there are no hosts left. 2012-05-30 15:34:21 -04:00
playbook Removed legacy comment. 2012-05-30 15:37:14 -04:00
runner Get rid of mktemp dependency to support AIX 2012-05-31 17:02:10 +02:00
__init__.py Tweaks on previous refactoring of playbook, version bump a 0.4 reference, remove some debug, etc 2012-05-26 01:20:53 -04:00
callbacks.py Leverage cowsay if installed. 2012-05-30 19:44:00 -04:00
constants.py add --private-key option and related infrastructure to make paramiko work 2012-05-14 16:14:38 -04:00
errors.py Update example to use correct service state; minor pep8 indent/spacing fixes 2012-03-15 23:10:03 -04:00
utils.py Leverage cowsay if installed. 2012-05-30 19:44:00 -04:00