summaryrefslogtreecommitdiff
path: root/roles/opendkim/handlers/main.yml
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2024-03-24 13:59:27 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2024-03-24 13:59:27 +0000
commit9731e3032a44e1cf91ba7a12769f7c0ce88403af (patch)
treebe11418fd423af093ddb6eaf839d0550dc7cbe1f /roles/opendkim/handlers/main.yml
parent4e722e18f0014aed51fb51c130fb17ceb6f15200 (diff)
downloadinfra-9731e3032a44e1cf91ba7a12769f7c0ce88403af.tar.gz
infra-9731e3032a44e1cf91ba7a12769f7c0ce88403af.tar.bz2
infra-9731e3032a44e1cf91ba7a12769f7c0ce88403af.zip
Add opendkim role
Diffstat (limited to 'roles/opendkim/handlers/main.yml')
-rw-r--r--roles/opendkim/handlers/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/opendkim/handlers/main.yml b/roles/opendkim/handlers/main.yml
new file mode 100644
index 0000000..3cf093d
--- /dev/null
+++ b/roles/opendkim/handlers/main.yml
@@ -0,0 +1,4 @@
+- name: Restart opendkim
+ ansible.builtin.service:
+ name: opendkim
+ state: restarted