mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-09 18:51:29 -07:00
Fix integration test inventory.
This commit is contained in:
parent
759e037edc
commit
1143889f26
11 changed files with 7 additions and 19 deletions
|
@ -1,5 +1,5 @@
|
|||
[local]
|
||||
testhost ansible_connection=local
|
||||
testhost ansible_connection=local ansible_python_interpreter="{{ ansible_playbook_python }}"
|
||||
|
||||
[all:vars]
|
||||
unicode_host_var=CaféEñyei
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
- name: 'A play with unicode: ¢ £ ¤ ¥'
|
||||
hosts: localhost
|
||||
connection: local
|
||||
vars:
|
||||
test_var: 'Ī ī Ĭ ĭ Į į İ ı IJ ij Ĵ ĵ Ķ ķ ĸ Ĺ ĺ Ļ ļ Ľ ľ Ŀ ŀ Ł ł Ń ń Ņ ņ Ň ň ʼn Ŋ ŋ Ō ō Ŏ ŏ Ő ő Œ'
|
||||
hostnames:
|
||||
|
@ -32,6 +31,7 @@
|
|||
groups: 'ĪīĬĭ'
|
||||
ansible_ssh_host: 127.0.0.1
|
||||
ansible_connection: local
|
||||
ansible_python_interpreter: "{{ ansible_playbook_python }}"
|
||||
with_items: "{{ hostnames }}"
|
||||
|
||||
- name: 'A task with unicode extra vars'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue