removed debug play from tests

This commit is contained in:
Brian Coca 2015-03-20 11:24:35 -04:00
parent e3e97f6e06
commit 608496dbd3
3 changed files with 2 additions and 9 deletions

@ -1 +1 @@
Subproject commit f8350ee1c0a22ecd5dd2ff0015bce24421673e73
Subproject commit a78de5080109eeaf46d5e42f9bbeb4f02d510627

@ -1 +1 @@
Subproject commit a94bbd46504bc9ca3e55c0cecc8c53c40009146f
Subproject commit cb848fcd9ec8364210fc05a5a7addd955b8a2529

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