2021-07-05 02:32:59 +02:00
|
|
|
---
|
2021-07-08 00:33:13 +02:00
|
|
|
- name: Reload network interfaces debian
|
2021-07-05 02:32:59 +02:00
|
|
|
become: true
|
|
|
|
command: /sbin/ifreload -a
|
2021-07-08 02:13:11 +02:00
|
|
|
|
|
|
|
- name: Restart dhcpcd raspbian
|
|
|
|
systemd:
|
|
|
|
name: dhcpcd
|
|
|
|
state: restarted
|