mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-07-29 19:04:46 +00:00
Merge pull request #119 from Fale/synchronize
fix indentation in doc Reviewed-by: https://github.com/apps/ansible-zuul
This commit is contained in:
@@ -314,7 +314,7 @@ EXAMPLES = r'''
|
|||||||
# Specify the rsync binary to use on remote host and on local host
|
# Specify the rsync binary to use on remote host and on local host
|
||||||
- hosts: groupofhosts
|
- hosts: groupofhosts
|
||||||
vars:
|
vars:
|
||||||
ansible_rsync_path: /usr/gnu/bin/rsync
|
ansible_rsync_path: /usr/gnu/bin/rsync
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: copy /tmp/localpath/ to remote location /tmp/remotepath
|
- name: copy /tmp/localpath/ to remote location /tmp/remotepath
|
||||||
|
|||||||
Reference in New Issue
Block a user