`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.
5 lines
106 B
YAML
5 lines
106 B
YAML
- name: reload systemd
|
|
command: systemctl daemon-reload
|
|
- name: rebind dhcp leases
|
|
command: dhcpcd -n
|