Fix for v1 handling of unicode extra-vars

This commit is contained in:
Toshio Kuratomi
2015-02-02 14:12:16 -08:00
parent 1ed1af6cb4
commit 5b279c1c15
3 changed files with 9 additions and 3 deletions

View File

@@ -35,6 +35,10 @@
host_id: '{{item}}'
with_sequence: start=1 end={{num_hosts}} format=%d
- name: 'A task with unicode extra vars'
debug: var=extra_var
- name: 'A play for hosts in group: ĪīĬĭ'
hosts: 'ĪīĬĭ'
gather_facts: true