removed debug play from tests

This commit is contained in:
Brian Coca 2015-03-20 11:24:35 -04:00
parent a53cf9d6fa
commit c49685b753

View file

@ -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