Commit 5e4924c6 authored by Levin Zimmermann's avatar Levin Zimmermann Committed by Levin Zimmermann

playbook: Fix installation of pip package

Previously it failed because setuptools wasn't installed.
parent 7fe9e076
......@@ -7,9 +7,11 @@
- python-smbus
state: present
- name: Install Python package bme280
- name: Install Python packages via pip
pip:
name: bme280
name:
- setuptools
- 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