6 lines
112 B
YAML
6 lines
112 B
YAML
---
|
|
- name: restart diun
|
|
ansible.builtin.systemd:
|
|
name: diun
|
|
daemon_reload: true
|
|
state: restarted
|