1
0
Fork 0
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:
George Hunt 2019-04-11 06:39:24 -07:00
parent de0d530296
commit 58ce24bd4c

View file

@ -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: