mirror of https://github.com/ansible/ansible.git
* Use _remote_is_local=True for local connection in synchronize (#40833)
* All instances of local connection should use _remote_is_local=True. Fixes #40551
* Switch to instance attribute for synchronize
* Add test that shows that synchronize _remote_is_local addresses tmpdir building
(cherry picked from commit ad7ba91f75
)
* Add changelog entry for #40833
pull/40955/merge
parent
f1cd7a99be
commit
959821f40e
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- synchronize - Ensure the local connection created by synchronize uses _remote_is_local=True, which causes ActionBase to build a local tmpdir (https://github.com/ansible/ansible/pull/40833)
|
Loading…
Reference in New Issue