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

network - drop internet_available

This commit is contained in:
Jerry Vonau 2022-06-29 22:48:14 -05:00
parent 4e717570e2
commit ebae360646
2 changed files with 3 additions and 5 deletions

View file

@ -27,9 +27,6 @@
# hostapd_enabled: True
# Above set in /opt/iiab/iiab/vars/default_vars.yml
# 2022-06-29: Legacy vars no longer used by roles/0-init
gw_active: False # 2021-07-30: Not used propgrammatically
discovered_wan_iface: none # 2021-07-30: Very broadly used!
hostapd_wait: 10
host_wireless_n: False
@ -67,7 +64,8 @@ can_be_ap: False
exclude_devices: none
device_gw: none
prior_gw_device: unset
# 2022-06-29: Legacy vars no longer used by roles/0-init
discovered_wan_iface: none # 2021-07-30: Very broadly used!
iiab_wan_iface: none
iiab_lan_iface: none
discovered_lan_iface: none

View file

@ -64,7 +64,7 @@
url: https://gitlab.com/craftyguy/networkd-dispatcher/-/raw/2.1/networkd-dispatcher
dest: /usr/bin/networkd-dispatcher
timeout: "{{ download_timeout }}"
when: internet_available and fix_dispatcher and ansible_distribution_release == "groovy"
when: iiab_stage|int < 9 and fix_dispatcher and ansible_distribution_release == "groovy"
# 2021-08-29 context from @jvonau: Fix is 'Groovy' specific, 21.04 and later
# should have the fix baked into a newer apt package installed by default.