This commit is contained in:
Gitouche 2022-08-08 22:31:23 +02:00
parent 434fc8e009
commit 5446896f13
1 changed files with 3 additions and 3 deletions

View File

@ -8,12 +8,12 @@ This ansible role deploys msmtp as a mailer for RHEL8 and compatible.
* Access to a functioning SMTP server. * Access to a functioning SMTP server.
## How to install ## How to install
* Either use framagit to clone/download into your roles directory: * Either use git to clone/download into your roles directory:
- `git clone https://framagit.org/garbaye/ansible-msmtp-mailer.git` - `git clone https://git.garbaye.fr/Garbaye/ansible-msmtp-mailer.git`
* Or import in your requirements.yml: * Or import in your requirements.yml:
``` ```
roles: roles:
- src: git+https://framagit.org/garbaye/ansible-msmtp-mailer.git - src: git+https://git.garbaye.fr/Garbaye/ansible-msmtp-mailer.git
``` ```
## Variables ## Variables