mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix synchronize tests for the updated quoting change between action and module
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"dest": "el6host:/tmp/deleteme",
|
||||
"src": "/tmp/deleteme",
|
||||
"rsync_path": "\"sudo rsync\"",
|
||||
"rsync_path": "sudo rsync",
|
||||
"_local_rsync_path": "rsync"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user