From 60b1273d55ec70e95ed0c0a60b24417513b955e3 Mon Sep 17 00:00:00 2001 From: Dmitry Labutin Date: Tue, 29 Dec 2015 09:58:38 +0300 Subject: [PATCH] Github uses both HTTP and HTTPS protocols --- lib/ansible/modules/source_control/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/source_control/git.py b/lib/ansible/modules/source_control/git.py index bdc87b034a2..e4e3f3945d8 100644 --- a/lib/ansible/modules/source_control/git.py +++ b/lib/ansible/modules/source_control/git.py @@ -33,7 +33,7 @@ options: required: true aliases: [ name ] description: - - git, SSH, or HTTP protocol address of the git repository. + - git, SSH, or HTTP(S) protocol address of the git repository. dest: required: true description: