mirror of https://github.com/ansible/ansible.git
lineinfile - fix broken exception handling (#70846)
* prevent (ExceptionType) is not subscriptable errors * tweak error message and use text conversion * add to_text importpull/70950/head
parent
be4be926c4
commit
45c2eb6c0a
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- lineinfile - fix not subscriptable error in exception handling around file creation
|
Loading…
Reference in New Issue