cc2cee6980
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>
5 lines
138 B
YAML
5 lines
138 B
YAML
- hosts: testhost
|
|
gather_facts: no
|
|
tasks:
|
|
- name: Use a specially crafted module to see if things were imported correctly
|
|
test:
|