Minor fixes for the DHCP and DNS setup.
This commit is contained in:
parent
013c250e50
commit
13993ef45e
3 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue