From bcb08106d997c38f145751267b364599f0b9f368 Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Thu, 10 Dec 2020 21:40:09 +0100 Subject: [PATCH] fix indentation in doc --- plugins/modules/synchronize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/synchronize.py b/plugins/modules/synchronize.py index c2fc592..6702cc3 100644 --- a/plugins/modules/synchronize.py +++ b/plugins/modules/synchronize.py @@ -314,7 +314,7 @@ EXAMPLES = r''' # Specify the rsync binary to use on remote host and on local host - hosts: groupofhosts vars: - ansible_rsync_path: /usr/gnu/bin/rsync + ansible_rsync_path: /usr/gnu/bin/rsync tasks: - name: copy /tmp/localpath/ to remote location /tmp/remotepath