interfaces: use newer ifupdown2 version to fix gw mode
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Markus 2021-07-23 13:11:07 +02:00
parent 8b501255fb
commit 7034448b08
1 changed files with 1 additions and 2 deletions

View File

@ -4,11 +4,10 @@
apt:
name:
- bridge-utils
- python-pkg-resources
# work-around to get a version new enough not to screw up forwarding setting on all interfaces
- name: Install ifupdown2
apt: deb=http://ftp.de.debian.org/debian/pool/main/i/ifupdown2/ifupdown2_3.0.0-1_all.deb
apt: deb=http://moepman.eu/tmp/ifupdown2_3.1.0-1_all.deb
- name: Uninstall ifupdown
apt: name=ifupdown state=absent