1
0
Fork 0
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:
Jerry Vonau 2020-04-06 15:15:02 -05:00
parent c0e75226ca
commit ac148b5530
2 changed files with 2 additions and 3 deletions

View file

@ -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. # 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 - name: Put wheel file in place if missing
copy: get_url:
force: no url: http://d.iiab.io/packages/ipaddress-0.0.0-py2.py3-none-any.whl
src: roles/kalite/files/ipaddress-0.0.0-py2.py3-none-any.whl
dest: /usr/share/python-wheels/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) 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 # 2020-04-02: python-pip-whl 20.0.2-2 is missing ipaddress-0.0.0-py2.py3-none-any.whl