Reload the systemd configuration after installing the dropin files.
This commit is contained in:
parent
1b30e40823
commit
3b746c48fd
|
|
@ -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']
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue