From 5446896f13df03a944943bad56ae86182db27c0b Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Mon, 8 Aug 2022 22:31:23 +0200 Subject: [PATCH] Fix doc --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b3cc9e6..a3bcd04 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ This ansible role deploys msmtp as a mailer for RHEL8 and compatible. * Access to a functioning SMTP server. ## How to install -* Either use framagit to clone/download into your roles directory: - - `git clone https://framagit.org/garbaye/ansible-msmtp-mailer.git` +* Either use git to clone/download into your roles directory: + - `git clone https://git.garbaye.fr/Garbaye/ansible-msmtp-mailer.git` * Or import in your requirements.yml: ``` roles: - - src: git+https://framagit.org/garbaye/ansible-msmtp-mailer.git + - src: git+https://git.garbaye.fr/Garbaye/ansible-msmtp-mailer.git ``` ## Variables