alpine: create network interface include directory

So that init script doesn’t complain.
This commit is contained in:
Timotej Lazar 2025-07-15 14:16:10 +02:00
parent eb70fed7cb
commit a942662e12

View file

@ -19,6 +19,13 @@
mode: 0644
notify: restart networking
- name: Create network interface directory
file:
path: /etc/network/interfaces.d
state: directory
mode: "0755"
notify: restart networking
- name: Set up network interfaces
template:
dest: /etc/network/interfaces