forked from FF-RGB/ansible
interfaces: use newer ifupdown2 version to fix gw mode
This commit is contained in:
parent
8b501255fb
commit
7034448b08
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user