Skip to content
Snippets Groups Projects
Commit 02329e9c authored by Torben Petersen's avatar Torben Petersen
Browse files

Fixes W1 activation in playbook

parent ef481cba
No related branches found
No related tags found
No related merge requests found
......@@ -95,8 +95,8 @@
become: true
lineinfile:
path: /boot/config.txt
regexp: '^dtoverlay.*$'
line: 'dtoverlay=w1-gpio,gpiopin=4,pullup=on'
insertafter: 'EOF'
line: 'dtoverlay=w1-gpio,gpiopin=4,pullup=on' #fix me. Im placed at the wrong line
- name: Enable SPI
become: true
replace:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment