DEV Community

Discussion on: Starting with Ansible in Raspberry Pi

Collapse
 
jibunnokage profile image
Jibun-no-Kage

I figured it out... you have a syntax issue in your playbook example...
You need to change the 'key' line. Remove the square brackets, which the left most is missing? And replace with braces. This allows the playbook to run correctly in Ansible core 2.12.1 for example.

Collapse
 
project42 profile image
Project-42

Yes, sorry, that is the problem with some projects like ansible where everything changes so fast :(
I didnt test this for a while, but I may try and see what can be changed