From a1620ee2e0663ed0ec54809639e6de7dcec9912f Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Thu, 10 May 2018 14:39:42 +0200 Subject: [PATCH] git: clarify the archive option in docs (#39956) --- lib/ansible/modules/source_control/git.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ansible/modules/source_control/git.py b/lib/ansible/modules/source_control/git.py index 76457d6d2e4..24b63c5e8f7 100644 --- a/lib/ansible/modules/source_control/git.py +++ b/lib/ansible/modules/source_control/git.py @@ -157,6 +157,8 @@ options: archive file of the specified format containing the tree structure for the source tree. Allowed archive formats ["zip", "tar.gz", "tar", "tgz"] + - This will clone and perform git archive from local directory as not + all git servers support git archive. version_added: "2.4" requirements: