Commit ff8a49eb authored by Levin Zimmermann's avatar Levin Zimmermann

playbook: Fix bug in sensor install

Bug appeared due to wrong pip version. Therefore the version has been
set explicitly.
parent b9e058b5
...@@ -11,10 +11,12 @@ ...@@ -11,10 +11,12 @@
- name: Install setuptools - name: Install setuptools
pip: pip:
name: setuptools name: setuptools
executable: pip2
- name: Install bme280 - name: Install bme280
pip: pip:
name: bme280 name: bme280
executable: pip2
- name: Solve python template to read sensor - name: Solve python template to read sensor
template: template:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment