🚨: yamllint conformity

This commit is contained in:
VC
2024-07-05 11:53:53 +02:00
parent 8ee9a0f8ef
commit 192bf6dfcd
48 changed files with 103 additions and 95 deletions

View File

@@ -12,7 +12,7 @@
ansible.builtin.template:
src: opendkim.conf
dest: /etc/opendkim.conf
mode: 0644
mode: "0o644"
notify:
- Restart opendkim
@@ -20,13 +20,13 @@
ansible.builtin.file:
path: /etc/dkim
state: directory
mode: 0755
mode: "0o755"
- name: Put secondary configuration files
ansible.builtin.copy:
src: "./files/dkim/{{ item }}"
dest: "/etc/dkim/{{ item }}"
mode: 0644
mode: "0o644"
loop:
- KeyTable
- PeerList