alpine: create network interface include directory
So that init script doesn’t complain.
This commit is contained in:
parent
eb70fed7cb
commit
a942662e12
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue