Files
configpolicy/roles/dch-gw/handlers/main.yml
Dustin C. Hatch c5e3c861ab 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.
2018-03-29 07:52:20 -05:00

5 lines
106 B
YAML

- name: reload systemd
command: systemctl daemon-reload
- name: rebind dhcp leases
command: dhcpcd -n