opendkim: Initial version of role
This commit is contained in:
parent
6c661f75b8
commit
546f091e91
4 changed files with 120 additions and 0 deletions
5
roles/opendkim/handlers/main.yml
Normal file
5
roles/opendkim/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Restart opendkim
|
||||
ansible.builtin.service:
|
||||
name: opendkim
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue