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 @@
- python-smbus
state: present
- name: Install Python packages via pip
- name: Install setuptools
pip:
name: setuptools
- name: Install bme280
pip:
name:
- setuptools
- bme280
name: bme280
- 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