From 54ea8777f86e241d86420090f868e2985b3d4729 Mon Sep 17 00:00:00 2001 From: Amin Vakil Date: Thu, 27 May 2021 19:31:40 +0430 Subject: [PATCH] add version_added to new option Co-authored-by: Abhijeet Kasurde --- plugins/modules/synchronize.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/synchronize.py b/plugins/modules/synchronize.py index 7faef18..895754a 100644 --- a/plugins/modules/synchronize.py +++ b/plugins/modules/synchronize.py @@ -184,6 +184,7 @@ options: at which time all the files are renamed into place in rapid succession. type: bool default: yes + version_added: '1.3.0' notes: - rsync must be installed on both the local and remote host.