mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
'when: is_rpi | bool' in kalite/tasks/install.yml
This commit is contained in:
parent
f1724c3b18
commit
bb10ba8360
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
- 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
|
||||
command: mv /etc/pip.conf /etc/pip.conf.see-iiab-issue-2139
|
||||
ignore_errors: yes
|
||||
when: is_rpi
|
||||
when: is_rpi | bool
|
||||
|
||||
#- name: Install KA Lite non-static + reqs file with pip - (debuntu)
|
||||
# pip: requirements={{ pip_packages_dir }}/kalite.txt
|
||||
|
|
Loading…
Reference in a new issue