initial version of saslauthd role
This commit is contained in:
parent
33a70eacfd
commit
81a3becc55
4 changed files with 39 additions and 0 deletions
6
roles/saslauthd/handlers/main.yml
Normal file
6
roles/saslauthd/handlers/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
|
||||
- name: restart saslauthd
|
||||
service:
|
||||
name: saslauthd
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue