fix linter
This commit is contained in:
parent
0b75fc3a69
commit
9841477d1b
2 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,9 @@
|
|||
copy:
|
||||
dest: "{{ item.dest }}"
|
||||
content: "{{ item.content }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0600
|
||||
with_items:
|
||||
- {"dest": "/etc/nullmailer/adminaddr", content: "{{ mail.root }}"}
|
||||
- {"dest": "/etc/nullmailer/remotes", content: "{{ mail.server }}"}
|
||||
|
|
|
|||
|
|
@ -6,3 +6,4 @@
|
|||
template:
|
||||
src: smtp.conf.j2
|
||||
dest: /etc/ssmtp/ssmtp.conf
|
||||
mode: 0600
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue