mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
don't supply patch_auto for debian-10
This commit is contained in:
parent
78e9a1f2c4
commit
9c4dc791d4
1 changed files with 2 additions and 2 deletions
|
@ -49,11 +49,11 @@
|
|||
src: network/rpi.j2
|
||||
when: is_rpi and iiab_lan_iface == "br0"
|
||||
|
||||
- name: Workaround auto issue - ifupdown compatibility mode (debian-9 or debian-10)
|
||||
- name: Workaround auto issue - ifupdown compatibility mode (debian-9)
|
||||
template:
|
||||
dest: /etc/network/interfaces.d/patch_auto
|
||||
src: network/debian-auto.j2
|
||||
when: iiab_wan_iface != "none" and (is_debian_9 or is_debian_10)
|
||||
when: iiab_wan_iface != "none" and is_debian_9
|
||||
|
||||
- name: Clearing out /etc/network/interfaces for static addresses (debian-9)
|
||||
lineinfile:
|
||||
|
|
Loading…
Reference in a new issue