7 lines
120 B
YAML
7 lines
120 B
YAML
---
|
|
# handlers file for webmin
|
|
|
|
- name: Restart webmin
|
|
ansible.builtin.systemd:
|
|
name: webmin
|
|
state: restarted
|