Commit b9e058b5 authored by Levin Zimmermann's avatar Levin Zimmermann

playbook: Fix wrong script name

Now the Python script name is consistent with the file name in the
Fluentd config file as described in the learning track.
parent fa411651
......@@ -19,7 +19,7 @@
- name: Solve python template to read sensor
template:
src: read_bme280.j2
dest: /usr/local/bin/read_bme280.py
dest: /usr/local/bin/custom_read_bme280.py
- name: Add access sensor permission for slapsoft
copy:
......
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