mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
removed debug play from tests
This commit is contained in:
parent
a53cf9d6fa
commit
c49685b753
1 changed files with 0 additions and 7 deletions
|
@ -41,13 +41,6 @@
|
|||
- name: 'A task with unicode host vars'
|
||||
debug: var=unicode_host_var
|
||||
|
||||
|
||||
- name: 'A play for hosts in group: ĪīĬĭ'
|
||||
hosts: 'ĪīĬĭ'
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- debug: var=hostvars[inventory_hostname]
|
||||
|
||||
- name: 'A play for hosts in group: ĪīĬĭ'
|
||||
hosts: 'ĪīĬĭ'
|
||||
gather_facts: true
|
||||
|
|
Loading…
Reference in a new issue