Reload the systemd configuration after installing the dropin files.

This commit is contained in:
Andrea Dell'Amico 2025-02-20 16:59:50 +01:00
parent 1b30e40823
commit 3b746c48fd
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 6 additions and 0 deletions

View File

@ -95,6 +95,9 @@
mode: "0644"
notify: Restart openarc
when: ansible_distribution_file_variety == "RedHat"
- name: arc | Reload the systemd configuration
ansible.builtin.systemd_service:
daemon-reload: true
- name: arc | Manage the arc service
tags: ['postfix', 'postfix_arc', 'arc']

View File

@ -82,6 +82,9 @@
mode: "0644"
notify: restart opendkim
when: ansible_distribution_file_variety == "RedHat"
- name: dkim | Reload the systemd configuration
ansible.builtin.systemd_service:
daemon-reload: true
- name: dkim | Install the opendkim configuration
ansible.builtin.template:
src: opendkim.conf.j2