linux-system-roles / kdump

An ansible role which configures kdump
https://linux-system-roles.github.io/kdump/
MIT License
19 stars 21 forks source link

Get rid of the extra final newline in string #63

Closed pcahyna closed 3 years ago

pcahyna commented 3 years ago

Use the - chomping indicator to indicate that the trailing newline is not intended as a part of the string. https://yaml.org/spec/1.1/#chomping/

The trailing newline was causing an actual problem in the test.

Also use the > folded style, which is more appropriate here than the | literal style.

pcahyna commented 3 years ago

[citest bad]