From 2cd7502fee7caffde3453e93eb5e279f5cf6e3b7 Mon Sep 17 00:00:00 2001 From: Nemo Date: Fri, 15 May 2020 22:26:48 +0200 Subject: [PATCH] Change clone method --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4adab1..e36e5aa 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Update and install Ansible and GIT on your system. Clone this repo (ssh pubkey needs to be authorized for this repo) and go into the cloned directory : ```bash -git clone git@git.grifon.fr:nemo/ansible-base.git +git clone https://git.grifon.fr/nemo/ansible-base.git cd ansible-core ```