Minor fixes for the DHCP and DNS setup.

This commit is contained in:
Andreas B. Mundt 2021-04-10 20:59:41 +02:00 committed by Andreas B. Mundt
parent 013c250e50
commit 13993ef45e
3 changed files with 7 additions and 1 deletions

View file

@ -9,3 +9,7 @@
- name: restart tftpd-hpa
systemd: name=tftpd-hpa state=restarted enabled=yes
listen: restart tftpd-hpa
- name: restart dhcp-client
systemd: name=ifup@{{ if_wan }} state=restarted enabled=yes
listen: restart dhcp-client