diff --git a/lib/ansible/modules/source_control/git.py b/lib/ansible/modules/source_control/git.py index 76457d6d2e..24b63c5e8f 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: