fix yaml lint
This commit is contained in:
parent
de83af936d
commit
673d77d1be
3 changed files with 6 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
||||||
#! /usr/bin/env ansible-playbook
|
#!/usr/bin/env ansible-playbook
|
||||||
---
|
---
|
||||||
# Deploy base and security
|
# Deploy base and security
|
||||||
- hosts: mail.adm.auro.re
|
- hosts: mail.adm.auro.re
|
||||||
|
|
|
@ -6,4 +6,3 @@
|
||||||
- swaks # Swiss Army Knife for SMTP
|
- swaks # Swiss Army Knife for SMTP
|
||||||
- mutt # small CLI mail client for debug and on-server mail
|
- mutt # small CLI mail client for debug and on-server mail
|
||||||
- pwgen # generate strong and cryptographically secure passwords
|
- pwgen # generate strong and cryptographically secure passwords
|
||||||
|
|
||||||
|
|
|
@ -11,5 +11,3 @@
|
||||||
src: main.cf.j2
|
src: main.cf.j2
|
||||||
dest: /etc/postfix/main.cf
|
dest: /etc/postfix/main.cf
|
||||||
notify: Restart postfix service
|
notify: Restart postfix service
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue