mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 10:04:42 +02:00
9 lines
169 B
YAML
9 lines
169 B
YAML
---
|
|
- name: Restart dnsmasq
|
|
ansible.builtin.systemd:
|
|
name: dnsmasq
|
|
state: restarted
|
|
|
|
- name: Reload systemd
|
|
ansible.builtin.systemd:
|
|
daemon_reload: true
|