ansible/roles/networking/handlers/main.yml

14 lines
241 B
YAML
Raw Normal View History

---
- name: Reload network interfaces debian
become: true
command: /sbin/ifreload -a
2021-07-08 02:13:11 +02:00
- name: Restart dhcpcd raspbian
systemd:
name: dhcpcd
state: restarted
2021-07-10 02:39:21 +02:00
- name: Apply netplan ubuntu
become: true
command: netplan apply