The problem was that true
in YAML is a boolean not a string, so I had to change it to "true"
(i.e. put double quotes around it).
2 Likes
The problem was that true
in YAML is a boolean not a string, so I had to change it to "true"
(i.e. put double quotes around it).