mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Test case for #10426
This commit is contained in:
parent
f5264414db
commit
4710a07fb0
2 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,7 @@ invenoverride ansible_ssh_host=127.0.0.1 ansible_connection=local
|
||||||
[all:vars]
|
[all:vars]
|
||||||
extra_var_override=FROM_INVENTORY
|
extra_var_override=FROM_INVENTORY
|
||||||
inven_var=inventory_var
|
inven_var=inventory_var
|
||||||
|
unicode_host_var=CaféEñyei
|
||||||
|
|
||||||
[inven_overridehosts:vars]
|
[inven_overridehosts:vars]
|
||||||
foo=foo
|
foo=foo
|
||||||
|
|
|
@ -38,6 +38,9 @@
|
||||||
- name: 'A task with unicode extra vars'
|
- name: 'A task with unicode extra vars'
|
||||||
debug: var=extra_var
|
debug: var=extra_var
|
||||||
|
|
||||||
|
- name: 'A task with unicode host vars'
|
||||||
|
debug: var=unicode_host_var
|
||||||
|
|
||||||
|
|
||||||
- name: 'A play for hosts in group: ĪīĬĭ'
|
- name: 'A play for hosts in group: ĪīĬĭ'
|
||||||
hosts: 'ĪīĬĭ'
|
hosts: 'ĪīĬĭ'
|
||||||
|
|
Loading…
Reference in a new issue