refactor: standardize tasks’ name

This commit is contained in:
VC
2024-07-05 11:53:35 +02:00
parent 788dfae081
commit 85f0f91887
36 changed files with 114 additions and 138 deletions

View File

@@ -8,7 +8,7 @@
- dovecot-sieve
- dovecot-lmtpd
- name: Main configuration file
- name: Put main configuration file
ansible.builtin.copy:
src: ./files/dovecot.conf
dest: /etc/dovecot/dovecot.conf
@@ -16,7 +16,7 @@
notify:
- Restart dovecot
- name: Sieve configuration file
- name: Put sieve configuration file
ansible.builtin.copy:
src: ./files/before.sieve
dest: /etc/dovecot/before.sieve