mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-24 06:03:22 +02:00
11 lines
201 B
YAML
11 lines
201 B
YAML
![]() |
---
|
||
|
|
||
|
- name: reload prosody
|
||
|
service: name=prosody state=reloaded
|
||
|
|
||
|
- name: restart prosody
|
||
|
service: name=prosody state=restarted
|
||
|
|
||
|
- name: restart saslauthd
|
||
|
service: name=saslauthd state=restarted
|