The production deployment of *dnsmasq* for Home Assistant has deviated from how the *hass-dhcp* role configures it. Bringing the role back in sync with how things really are.
9 lines
216 B
YAML
9 lines
216 B
YAML
- name: restart dnsmasq
|
|
service:
|
|
name: dnsmasq
|
|
state: restarted
|
|
- name: reload firewalld
|
|
command: firewall-cmd --reload
|
|
- name: save firewalld configuration
|
|
command: firewall-cmd --runtime-to-permanent
|