summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-03-20 11:24:35 -0400
committerBrian Coca <brian.coca+git@gmail.com>2015-03-20 11:24:35 -0400
commit608496dbd307eb5b14776749f0f527950c325c50 (patch)
tree5f72b39ef966b01645171f27199a8699f2b38247
parente3e97f6e06a07ec3034ba76c449e01319a8690e7 (diff)
downloadansible-608496dbd307eb5b14776749f0f527950c325c50.tar.gz
removed debug play from tests
m---------lib/ansible/modules/core6
m---------lib/ansible/modules/extras9
-rw-r--r--test/integration/unicode.yml7
3 files changed, 15 insertions, 7 deletions
diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core
-Subproject f8350ee1c0a22ecd5dd2ff0015bce24421673e7
+Subproject a78de5080109eeaf46d5e42f9bbeb4f02d51062
diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras
-Subproject a94bbd46504bc9ca3e55c0cecc8c53c40009146
+Subproject cb848fcd9ec8364210fc05a5a7addd955b8a252
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