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 @@
- name: Install setuptools
pip:
name: setuptools
executable: pip2
- name: Install bme280
pip:
name: bme280
executable: pip2
- name: Solve python template to read sensor
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