Raise a nicer error when we cannot execute the editor (#44423)

* Raise a nicer error when we cannot execute the editor. Fixes #44419

* Don't use to_bytes when constructing an exception

* Add changelog fragment
This commit is contained in:
Matt Martz
2018-08-22 10:24:11 -05:00
committed by GitHub
parent 613a53c114
commit 81ca04512d
2 changed files with 10 additions and 7 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- vault - fix error message encoding, and ensure we present a friendlier error when the EDITOR is missing (https://github.com/ansible/ansible/pull/44423)