You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/plugins/action
Matt Martz ad7ba91f75 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
7 years ago
..
fixtures/synchronize
__init__.py
test_action.py
test_raw.py
test_synchronize.py Use _remote_is_local=True for local connection in synchronize (#40833) 7 years ago
test_win_updates.py