diff --git a/roles/kalite/files/ipaddress-0.0.0-py2.py3-none-any.whl b/roles/kalite/files/ipaddress-0.0.0-py2.py3-none-any.whl deleted file mode 100644 index b61750163..000000000 Binary files a/roles/kalite/files/ipaddress-0.0.0-py2.py3-none-any.whl and /dev/null differ diff --git a/roles/kalite/tasks/install.yml b/roles/kalite/tasks/install.yml index 4316a6aad..78da82155 100644 --- a/roles/kalite/tasks/install.yml +++ b/roles/kalite/tasks/install.yml @@ -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