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:
@@ -1,2 +1,4 @@
|
||||
- name: reload systemd
|
||||
command: systemctl daemon-reload
|
||||
- name: rebind dhcp leases
|
||||
command: dhcpcd -n
|
||||
|
||||
Reference in New Issue
Block a user