mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Change iiab.j2 to rpi.j2 to fix #1452 dup route problem?
This commit is contained in:
parent
5017f513f0
commit
e2120ef8aa
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
- name: Copy the bridge script for RPi
|
||||
template:
|
||||
dest: /etc/network/interfaces.d/iiab
|
||||
src: network/iiab.j2
|
||||
src: network/rpi.j2
|
||||
when: iiab_lan_iface == "br0"
|
||||
|
||||
- name: Stopping services
|
||||
|
|
Loading…
Add table
Reference in a new issue