4 lines
90 B
YAML
4 lines
90 B
YAML
- name: Restart Prosody
|
|
ansible.builtin.systemd:
|
|
name: prosody
|
|
state: restarted
|