1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #1594 from georgejhunt/deb10

debian 10 needs auto just like 9
This commit is contained in:
A Holt 2019-04-11 11:34:13 -04:00 committed by GitHub
commit 0868fbbf94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,11 +49,11 @@
src: network/rpi.j2
when: is_rpi and iiab_lan_iface == "br0"
- name: Workaround auto issue (debian-9)
- name: Workaround auto issue - ifupdown compatibility mode (debian-9 or debian-10)
template:
dest: /etc/network/interfaces.d/patch_auto
src: network/debian-auto.j2
when: iiab_wan_iface != "none" and is_debian_9
when: iiab_wan_iface != "none" and (is_debian_9 or is_debian_10)
- name: Clearing out /etc/network/interfaces for static addresses (debian-9)
lineinfile: