Commit 49417558 by Toshio Kuratomi

Test case for #10426

parent 1c09660c
......@@ -15,6 +15,7 @@ invenoverride ansible_ssh_host=127.0.0.1 ansible_connection=local
[all:vars]
extra_var_override=FROM_INVENTORY
inven_var=inventory_var
unicode_host_var=CaféEñyei
[inven_overridehosts:vars]
foo=foo
......
......@@ -38,6 +38,9 @@
- name: 'A task with unicode extra vars'
debug: var=extra_var
- name: 'A task with unicode host vars'
debug: var=unicode_host_var
- name: 'A play for hosts in group: ĪīĬĭ'
hosts: 'ĪīĬĭ'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment