Attention des changements sont bientôt à prévoir sur l'instance gitea d'Aurore :
---
- name: Reload network interfaces debian
become: true
command: /sbin/ifreload -a
- name: Restart dhcpcd raspbian
systemd:
name: dhcpcd
state: restarted
- name: Apply netplan ubuntu
command: netplan apply