--- - name: Reload network interfaces debian systemd: name: networking state: restarted - name: Restart dhcpcd raspbian systemd: name: dhcpcd state: restarted - name: Apply netplan ubuntu become: true command: netplan apply