mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
get_url 'timeout: "{{ download_timeout }}"' in 10 roles
This commit is contained in:
parent
a84cf2068c
commit
5f3708fe29
10 changed files with 28 additions and 4 deletions
|
|
@ -63,6 +63,7 @@
|
|||
get_url:
|
||||
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"
|
||||
# 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue