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

View file

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