Commit 608496db by Brian Coca

removed debug play from tests

parent e3e97f6e
Subproject commit f8350ee1c0a22ecd5dd2ff0015bce24421673e73 Subproject commit a78de5080109eeaf46d5e42f9bbeb4f02d510627
Subproject commit a94bbd46504bc9ca3e55c0cecc8c53c40009146f Subproject commit cb848fcd9ec8364210fc05a5a7addd955b8a2529
...@@ -41,13 +41,6 @@ ...@@ -41,13 +41,6 @@
- name: 'A task with unicode host vars' - name: 'A task with unicode host vars'
debug: var=unicode_host_var 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: ĪīĬĭ' - name: 'A play for hosts in group: ĪīĬĭ'
hosts: 'ĪīĬĭ' hosts: 'ĪīĬĭ'
gather_facts: true gather_facts: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment