1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Merge pull request #1453 from holta/iiab-network-dup-routes-fix

Change iiab.j2 to rpi.j2 to fix iiab-network dup route failings?
This commit is contained in:
A Holt 2019-02-26 13:34:06 -05:00 committed by GitHub
commit 4f564ed670
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -39,7 +39,8 @@
- name: Copy the bridge script for RPi
template:
dest: /etc/network/interfaces.d/iiab
src: network/iiab.j2
src: network/rpi.j2
#src: network/iiab.j2 2019-02-05: caused ./iiab-network to fail repeatedly in recent days on one particular RPi 3, even after reboot ("Unable to start service networking: Job for networking.service failed..." at "Restart the networking service if appropriate") ...leaving dnsmasq off (#1452)
when: iiab_lan_iface == "br0"
- name: Stopping services