vn-ansible/roles/services/handlers/main.yml

14 lines
216 B
YAML
Raw Normal View History

- name: restart-chrony
systemd:
name: chrony
state: restarted
2025-01-29 10:14:10 +00:00
- name: reload-systemd
command:
cmd: systemctl daemon-reload
- name: restart-mariadb
systemd:
name: mariadb
state: restarted