ansible/changelogs/fragments/lineinfile_exc_fix.yml
Matt Davis 45c2eb6c0a
lineinfile - fix broken exception handling (#70846)
* prevent (ExceptionType) is not subscriptable errors
* tweak error message and use text conversion
* add to_text import
2020-07-28 10:30:32 -04:00

2 lines
98 B
YAML

bugfixes:
- lineinfile - fix not subscriptable error in exception handling around file creation