From c49685b753b63332e3f648795839d2067fa36205 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 20 Mar 2015 11:24:35 -0400 Subject: [PATCH] removed debug play from tests --- test/integration/unicode.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/integration/unicode.yml b/test/integration/unicode.yml index 6dca7fe490..b04d760182 100644 --- a/test/integration/unicode.yml +++ b/test/integration/unicode.yml @@ -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