1
0
Fork 0
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:
George Hunt 2017-09-14 17:56:37 -07:00
parent f454b8dcee
commit 54789ac19c
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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