fix indentation in doc

This commit is contained in:
Fabio Alessandro Locati 2020-12-10 21:40:09 +01:00
parent 6343dbdcff
commit bcb08106d9
No known key found for this signature in database
GPG key ID: 6C87B5F613A3F7F8

View file

@ -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