Adding a new test for the synchronize module to test rsync_path

pull/7056/merge
James Cammarata 10 years ago
parent e54320412d
commit 45237f270d

@ -56,3 +56,9 @@
- "sync_result.results|length == 2"
- "sync_result.results[0].msg.endswith('+ foo.txt\n')"
- "sync_result.results[1].msg.endswith('+ bar.txt\n')"
- name: synchronize files using rsync_path (issue#7182)
synchronize: src={{output_dir}}/foo.txt dest={{output_dir}}/foo.rsync_path rsync_path="sudo rsync"
register: sync_result
- debug: var=sync_result

Loading…
Cancel
Save