mg
fac0c68c5c
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#298 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
6 lines
118 B
YAML
6 lines
118 B
YAML
---
|
|
- name: restart dnsmasq
|
|
become: yes
|
|
ansible.builtin.systemd:
|
|
name: dnsmasq
|
|
state: restarted
|