.. |
__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
|
Catch a unquoted line error. Fixes #6532
|
2014-03-17 17:15:42 -04: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
|
Catch unicode unescape failures in copy action plugin
|
2014-03-17 12:14:29 -04: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
|
Check to make sure the host is in the inventory vars cache before clearing it
|
2014-03-24 15:59:43 -05: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
|
Sanitize sudo success_key from stdout for raw/script modules
|
2014-02-17 12:47:47 -06:00 |
script.py
|
Micro-optimization: replace s.find(x)!=-1 with x in s
|
2014-03-16 13:10:28 -04:00 |
set_fact.py
|
ssh_alt.py / decrease # of ssh roundtrips
|
2013-12-13 14:23:40 -05:00 |
synchronize.py
|
Fixes #6590 add set_remote_user parameter to synchronize
|
2014-03-20 13:56:07 -04:00 |
template.py
|
Addresses #6591 Hide diff for lineinfile if file did not change.
|
2014-03-21 08:40:38 +01:00 |
unarchive.py
|
output dest in error-message
|
2014-02-27 13:29:26 +01:00 |