1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #2645 from jvonau/netd-disp-fix

temp fix for networkd-dispatcher-2.0.1-1 in 'groovy'
This commit is contained in:
A Holt 2020-11-25 08:01:46 -05:00 committed by GitHub
commit e44bf404c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View file

@ -88,6 +88,9 @@ gui_static_wan_ip: "unset"
wondershaper_dspeed: "4096"
wondershaper_upspeed: "1024"
# netplan
fix_dispatcher: True
# Unused
# network_config_dir: /etc/network/interfaces.d

View file

@ -57,6 +57,12 @@
with_items:
- "{{ netplan.stdout_lines }}"
- name: Replace networkd-dispatcher #2585 for "groovy"
get_url:
url: https://gitlab.com/craftyguy/networkd-dispatcher/-/raw/2.1/networkd-dispatcher
dest: /usr/bin/networkd-dispatcher
when: internet_available and fix_dispatcher and ansible_distribution_release == "groovy"
#- name: Supply netplan template
# template:
# dest: /etc/netplan/01-iiab-config.yaml