mirror of https://github.com/ansible/ansible.git
Fix -vvvvv unicode error in executor.module_common (#70368)
Change: - Fix a UnicodeDecodeError in executor.module_common that could get triggered with -vvvvv. Test Plan: - `ansible-test integration --docker centos7 module_utils -vvvvv` This would show the error previously, and no loner does after this patch. Signed-off-by: Rick Elrod <rick@elrod.me>pull/64279/head
parent
70bb2b33ca
commit
cc2cee6980
@ -0,0 +1,5 @@
|
|||||||
|
- hosts: testhost
|
||||||
|
gather_facts: no
|
||||||
|
tasks:
|
||||||
|
- name: Use a specially crafted module to see if things were imported correctly
|
||||||
|
test:
|
Loading…
Reference in New Issue