7 lines
118 B
YAML
7 lines
118 B
YAML
|
---
|
||
|
- name: restart dnsmasq
|
||
|
become: yes
|
||
|
ansible.builtin.systemd:
|
||
|
name: dnsmasq
|
||
|
state: restarted
|