Set correct permissions on folder /etc/opendkim and add package dns-root-data in dependencies

This commit is contained in:
Eric Morino 2019-03-27 14:49:19 +01:00
parent 36515c9c89
commit eb0bbe4661
1 changed files with 10 additions and 0 deletions

View File

@ -7,6 +7,7 @@
- opendkim
- opendkim-tools
- ssl-cert
- dns-root-data
tags:
- opendkim
@ -55,6 +56,15 @@
tags:
- opendkim
- name: Set folder permissions to 0750
file:
path: "/etc/opendkim/"
mode: "0750"
force: yes
tags:
- opendkim
- name: ensure opendkim is started and enabled
systemd:
name: opendkim