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

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