mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
removed debug play from tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user