mirror of https://github.com/ansible/ansible.git
Fix synchronize tests for the updated quoting change between action and module
(cherry picked from commit b0d75a0ecb
)
pull/23093/head
parent
da10768b10
commit
9785d5b2fb
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"dest": "root@el6host:/tmp/deleteme",
|
"dest": "root@el6host:/tmp/deleteme",
|
||||||
"src": "/tmp/deleteme",
|
"src": "/tmp/deleteme",
|
||||||
"rsync_path": "\"sudo rsync\"",
|
"rsync_path": "sudo rsync",
|
||||||
"_local_rsync_path": "rsync"
|
"_local_rsync_path": "rsync"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"dest": "root@el6host:/tmp/deleteme",
|
"dest": "root@el6host:/tmp/deleteme",
|
||||||
"src": "/tmp/deleteme",
|
"src": "/tmp/deleteme",
|
||||||
"rsync_path": "\"sudo rsync\"",
|
"rsync_path": "sudo rsync",
|
||||||
"_local_rsync_path": "rsync"
|
"_local_rsync_path": "rsync"
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"dest": "el6host:/tmp/deleteme",
|
"dest": "el6host:/tmp/deleteme",
|
||||||
"src": "/tmp/deleteme",
|
"src": "/tmp/deleteme",
|
||||||
"rsync_path": "\"sudo rsync\"",
|
"rsync_path": "sudo rsync",
|
||||||
"_local_rsync_path": "rsync"
|
"_local_rsync_path": "rsync"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue