roles/dch-gw: Ensure dhcpcd starts after network

`dhcpcd` needs to start after the `network` service has started, as the
latter creates the interfaces to which the former needs to delegate IPv6
prefixes.
This commit is contained in:
2018-03-28 19:27:39 -05:00
parent 51acc08d3c
commit c5e3c861ab
3 changed files with 16 additions and 0 deletions

View File

@@ -1,2 +1,4 @@
- name: reload systemd
command: systemctl daemon-reload
- name: rebind dhcp leases
command: dhcpcd -n