Multi line values are getting converted into single line #1584
-
| Suppose I have two files like so main.yml updated_main.yml I wish to merge these into another file, so I use this command. 
 And this is how  As you can see the  Do we have some option that we can use as  Any solutions or workarounds, pls? | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
| This is a known (and annoying) issue with the underlying go-yaml parser. I have seen some people do some tricky magic using diff here: #515 can't comment on how well it works though | 
Beta Was this translation helpful? Give feedback.
This is a known (and annoying) issue with the underlying go-yaml parser. I have seen some people do some tricky magic using diff here: #515 can't comment on how well it works though