Change clone method

This commit is contained in:
Nemo 2020-05-15 22:26:48 +02:00
parent 8ff33f465e
commit 2cd7502fee
1 changed files with 1 additions and 1 deletions

View File

@ -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
```