Commit b36b42d1 authored by Levin Zimmermann's avatar Levin Zimmermann Committed by Levin Zimmermann

playbook: Fix install of pip packages

parent 5e4924c6
...@@ -7,11 +7,14 @@ ...@@ -7,11 +7,14 @@
- python-smbus - python-smbus
state: present state: present
- name: Install Python packages via pip
- name: Install setuptools
pip:
name: setuptools
- name: Install bme280
pip: pip:
name: name: bme280
- setuptools
- bme280
- 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