diff options
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 |