mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Update debian.yml
This commit is contained in:
parent
58ce24bd4c
commit
95063553eb
1 changed files with 2 additions and 2 deletions
|
@ -49,11 +49,11 @@
|
||||||
src: network/rpi.j2
|
src: network/rpi.j2
|
||||||
when: is_rpi and iiab_lan_iface == "br0"
|
when: is_rpi and iiab_lan_iface == "br0"
|
||||||
|
|
||||||
- name: Workaround auto issue (debian-9)
|
- name: Workaround auto issue - ifupdown compatiblity mode (debian-9 or debian-10)
|
||||||
template:
|
template:
|
||||||
dest: /etc/network/interfaces.d/patch_auto
|
dest: /etc/network/interfaces.d/patch_auto
|
||||||
src: network/debian-auto.j2
|
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 or is_debian_10)
|
||||||
|
|
||||||
- name: Clearing out /etc/network/interfaces for static addresses (debian-9)
|
- name: Clearing out /etc/network/interfaces for static addresses (debian-9)
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
|
Loading…
Reference in a new issue