mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
debian needs same fix as rpi
This commit is contained in:
parent
f454b8dcee
commit
54789ac19c
2 changed files with 3 additions and 3 deletions
|
@ -29,8 +29,8 @@
|
|||
gui_desired_network_role: "lan_controller"
|
||||
when: not gui_desired_network_role is defined
|
||||
|
||||
- name: Copy the bridge script -- was in interfaces.d/
|
||||
template: dest=/etc/network/interfaces
|
||||
- name: Copy the bridge script
|
||||
template: dest=/etc/network/interfaces.d/iiab
|
||||
src=network/interfaces.j2
|
||||
register: interface
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
gui_desired_network_role: "LanController"
|
||||
when: not gui_desired_network_role is defined
|
||||
|
||||
- name: Copy the network config script -- previously in /etc/network/interfaces.d/br0
|
||||
- name: Copy the network config script
|
||||
template: dest=/etc/network/interfaces.d/iiab
|
||||
src=network/interfaces.j2
|
||||
register: interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue