diff options
author | Christian Pointner <equinox@spreadspace.org> | 2024-07-10 18:00:32 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2024-07-10 18:00:32 +0200 |
commit | 63a3ecbe58c2bb192c5693af3939eb9e29877e65 (patch) | |
tree | 7b0eace6670557a6154f8930342c883c28b115ed /roles/mail/opendkim/handlers/main.yml | |
parent | move postfix rules to mail subdir (diff) |
add extended postfix roles
Diffstat (limited to 'roles/mail/opendkim/handlers/main.yml')
-rw-r--r-- | roles/mail/opendkim/handlers/main.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/mail/opendkim/handlers/main.yml b/roles/mail/opendkim/handlers/main.yml new file mode 100644 index 00000000..5d328ca3 --- /dev/null +++ b/roles/mail/opendkim/handlers/main.yml @@ -0,0 +1,9 @@ +--- +- name: reload systemd + systemd: + daemon_reload: yes + +- name: restart opendkim + service: + name: opendkim + state: restarted |