More reload vs restart in dovecot role this time.

This commit is contained in:
2026-08-15 21:42:48 -05:00
parent cfbca7f333
commit 0d061f3ce7
3 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -21,7 +21,7 @@
ansible.builtin.service:
enabled: '{{ item.enabled }}'
name: '{{ item.name }}'
state: reloaded
state: '{{ item.state_handler | default("reloaded") }}'
loop: '{{ ensure_apache.service_list }}'
loop_control:
label: '{{ item.name }} will be reloaded'
label: '{{ item.name }} will be {{ item.state_handler | default("reloaded") }}'