2024-05-18 13:19:56 +02:00

13 lines
254 B
YAML

---
- name: reload dnsmasq
systemd: name=dnsmasq state=reloaded
delegate_to: localhost
connection: local
- name: restart container
command:
cmd: "/usr/bin/incus restart {{ inventory_hostname }}"
delegate_to: localhost
connection: local