1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Update kalite/tasks/install.yml

This commit is contained in:
A Holt 2020-01-17 17:29:31 -05:00 committed by GitHub
parent fb469dd94f
commit 5428220a33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
timeout: "{{ download_timeout }}"
when: internet_available | bool
- name: 'mv /etc/pip.conf /etc/pip.conf.see-iiab-issue-2139' - 2020-01-17 "TEMPORARY" workaround for piwheels.org's setuptools Python 2/3 brokenness @ https://github.com/iiab/iiab/issues/2139 (rpi)
- name: Run 'mv /etc/pip.conf /etc/pip.conf.see-iiab-issue-2139' as "TEMPORARY" workaround (2020-01-17) for piwheels.org's setuptools Python 2/3 brokenness on RPi (https://github.com/iiab/iiab/issues/2139)
command: mv /etc/pip.conf /etc/pip.conf.see-iiab-issue-2139
ignore_errors: yes
when: is_rpi | bool