mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
debian 10 needs auto just like 9
This commit is contained in:
parent
de0d530296
commit
58ce24bd4c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
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:
|
||||
|
|
Loading…
Reference in a new issue