ansible/test/integration/targets/lineinfile
Sam Doran 4b5b4a760c
Account for empty string regexp in lineinfile (#41451)
* Use context managers for interacting with files

* Account for empty string as regexp

Rather than explicitly testing for None, also test for an empty string which will evaluate to False. An empty string regexp matches every line, which ends up replacing the incorrect line.

* Store line parameter in a variable

* Add tests
2018-06-25 17:57:05 -04:00
..
files
meta
tasks Account for empty string regexp in lineinfile (#41451) 2018-06-25 17:57:05 -04:00
vars
aliases