🚨: yamllint conformity
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
ansible.builtin.copy:
|
||||
src: ./files/dovecot.conf
|
||||
dest: /etc/dovecot/dovecot.conf
|
||||
mode: 0644
|
||||
mode: "0o644"
|
||||
notify:
|
||||
- Restart dovecot
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
ansible.builtin.copy:
|
||||
src: ./files/before.sieve
|
||||
dest: /etc/dovecot/before.sieve
|
||||
mode: 0644
|
||||
mode: "0o644"
|
||||
notify:
|
||||
- Compile sieve
|
||||
- Restart dovecot
|
||||
|
Reference in New Issue
Block a user