summaryrefslogtreecommitdiff
path: root/test/integration
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2016-09-12 12:57:41 -0700
committerGitHub <noreply@github.com>2016-09-12 12:57:41 -0700
commitbf2996194716c7d58b9b543603c2d917e3eac060 (patch)
tree069372ba6f2ea82ac8e67de7ab3b61aedfc657b8 /test/integration
parent9868117d1f8f71d8489dfabc546aec1ed6e73444 (diff)
downloadansible-bf2996194716c7d58b9b543603c2d917e3eac060.tar.gz
Fixes to the controller text model (#17527)
* Fixes to the controller text model * Change command line args to text type * Make display replace undecodable bytes with replacement chars. This is only a problem on pyhton3 where surrogates can enter into the msg but sys.stdout doesn't know how to handle them. * Remove a deprecated playbook syntax in unicode.yml * Fix up run_cmd to change its parameters to byte string at appropriate times.
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/unicode.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/unicode.yml b/test/integration/unicode.yml
index 74d5772264..b22415a45d 100644
--- a/test/integration/unicode.yml
+++ b/test/integration/unicode.yml
@@ -32,7 +32,7 @@
groups: 'ĪīĬĭ'
ansible_ssh_host: 127.0.0.1
ansible_connection: local
- with_items: hostnames
+ with_items: "{{ hostnames }}"
- name: 'A task with unicode extra vars'
debug: var=extra_var