mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-22 00:31:14 +00:00
Having a comment or an empty line in /etc/crypttab results in an additional empty line being added, because the newline that is part of the line being read is getting re-injected in addition to the newline used to concatenate the lines. Signed-off-by: Sven Wegener <sven.wegener@inovex.de>