mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
switch to get_url
This commit is contained in:
parent
c0e75226ca
commit
ac148b5530
2 changed files with 2 additions and 3 deletions
Binary file not shown.
|
@ -21,9 +21,8 @@
|
|||
# 2020-03-31: Testing for {is_raspbian_9, is_raspbian_10} is not currently nec, as testing for {is_debian_9, is_debian_10} covers that already.
|
||||
|
||||
- name: Put wheel file in place if missing
|
||||
copy:
|
||||
force: no
|
||||
src: roles/kalite/files/ipaddress-0.0.0-py2.py3-none-any.whl
|
||||
get_url:
|
||||
url: http://d.iiab.io/packages/ipaddress-0.0.0-py2.py3-none-any.whl
|
||||
dest: /usr/share/python-wheels/ipaddress-0.0.0-py2.py3-none-any.whl
|
||||
when: not (is_debian_9 or is_debian_10 or is_ubuntu_16 or is_ubuntu_17 or is_ubuntu_18 or is_ubuntu_19)
|
||||
# 2020-04-02: python-pip-whl 20.0.2-2 is missing ipaddress-0.0.0-py2.py3-none-any.whl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue