mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-31 13:29:08 -07:00
* In 2.0.0.x become was reversed for synchronize. It was happening on the local machine instead of the remote machine. This restores the ansible-1.9.x behaviour of doing become on the remote machine. However, there's aspects of this that are hacky (no hackier than ansible-1.9 but not using 2.0 features). The big problem is that it does not understand any become method except sudo. I'm willing to use a partial fix now because we don't want people to get used to the reversed semantics in their playbooks. * synchronize copying to the wrong host when inventory_hostname is localhost * Fix problem with unicode arguments (first seen as a bug on synchronize) Fixes #14041 Fixes #13825 |
||
---|---|---|
.. | ||
__init__.py | ||
add_host.py | ||
assemble.py | ||
assert.py | ||
async.py | ||
copy.py | ||
debug.py | ||
fail.py | ||
fetch.py | ||
group_by.py | ||
include_vars.py | ||
normal.py | ||
package.py | ||
patch.py | ||
pause.py | ||
raw.py | ||
script.py | ||
set_fact.py | ||
synchronize.py | ||
template.py | ||
unarchive.py | ||
win_copy.py | ||
win_template.py |