You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/roles/test_lineinfile
Ahti Kitsik 1caf9be109 Bugfix to lineinfile to properly handle files with no newline at EOF when using insertafter=EOF.
Looks like #6881 is also affected by this bug.

Currently when using lineinfile insertafter=EOF for a file that has no newline then the added line is not prefixed with a newline.
As a concrete example, ubuntu distro default /etc/ssh/sshd_config has no newline so lineinfile module cannot be used to add a new line to the end of the file.
10 years ago
..
files Bugfix to lineinfile to properly handle files with no newline at EOF when using insertafter=EOF. 10 years ago
meta Rename tests to test, use old directory name. 11 years ago
tasks Bugfix to lineinfile to properly handle files with no newline at EOF when using insertafter=EOF. 10 years ago