Closed network-shark closed 1 year ago
That is the correct behaviour. If you want to include YAML syntax inside a string then you need to quote it, e.g.
- contents:
- "# Enable Backwards Search"
- "#bindkey -v"
- bindkey '^R' history-incremental-search-backward
- "# Enable bash key bindings"
- "# CTRL + K , CTRL + A Enable bash key bindings"
- "#bindkey -e"
- "# History"
It's not a regression, it's a bug fix.
Hello salties ,
today I updated to 3006.1 and I found a big regression with the file.managed state .
Description file.managed now interprets my inline comments and replaces them with None
Please be as specific as possible and give set-up details.
Steps to Reproduce the behavior (Include debug logs if possible and relevant)
Expected behavior file.manged should not touch my comments It worked on 3005 and before
file.manged ( truncated )
Line 1 and 2 got will be replaced by None instead of my comment
actual file
At least I could found a workaround. If I use the | instead of a list then it still works.
Does work .
best regards , sebastian