.. |
__init__.py
|
Add init, though it's not really used.
|
2012-09-25 08:21:59 -04:00 |
add_host.py
|
ssh_alt.py / decrease # of ssh roundtrips
|
2013-12-13 14:23:40 -05:00 |
assemble.py
|
Missing 'base64' import
|
2014-04-25 00:11:27 +02:00 |
assert.py
|
missing import in assert module
|
2014-03-02 00:59:17 +01:00 |
async.py
|
Micro-optimization: replace s.find(x)!=-1 with x in s
|
2014-03-16 13:10:28 -04:00 |
copy.py
|
Fix "no_log=True" option for copy module (fixes #7193)
|
2014-04-30 02:24:16 +08:00 |
debug.py
|
path_dwim: fix when basedir not set
|
2014-01-08 02:21:10 +01:00 |
fail.py
|
ssh_alt.py / decrease # of ssh roundtrips
|
2013-12-13 14:23:40 -05:00 |
fetch.py
|
Update various copyrights. Not complete, but sufficient.
|
2014-01-04 13:32:04 -05:00 |
group_by.py
|
Add integration tests for group_by module. Fixed bug introduced by ansible/ansible#7273 while also fixing issue described in ansible/ansible#6953
|
2014-05-06 22:30:37 -04:00 |
include_vars.py
|
Fix all other calls to yaml
|
2014-02-19 11:01:21 -05:00 |
normal.py
|
Adding no_log: capability for tasks
|
2014-01-31 16:58:46 -06:00 |
pause.py
|
pause plugin doesn't flush raw_input prompt
|
2014-02-28 11:28:38 +05:30 |
raw.py
|
Allow raw and script to support su
|
2014-03-28 16:46:31 -05:00 |
script.py
|
Allow raw and script to support su
|
2014-03-28 16:46:31 -05:00 |
set_fact.py
|
ssh_alt.py / decrease # of ssh roundtrips
|
2013-12-13 14:23:40 -05:00 |
synchronize.py
|
Make sure dwim'd relative path ends in a "/" if the original does
|
2014-05-06 13:54:41 -05:00 |
template.py
|
Fixes #6820 fix erroneous missing vault password error when using the template module
|
2014-04-04 13:06:35 -04:00 |
unarchive.py
|
Fix error handling on missing dest with unarchive
|
2014-05-04 18:22:00 +03:00 |