Fix doc
This commit is contained in:
parent
434fc8e009
commit
5446896f13
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue