Skip to content
Snippets Groups Projects
Commit 29344060 authored by Chris Hines's avatar Chris Hines
Browse files

remove excess debug statements from gluster_volcreate

Former-commit-id: 83e6900b
parent b580ddb9
No related branches found
No related tags found
No related merge requests found
......@@ -11,15 +11,6 @@
become: true
become_user: root
- name: peer status
shell: "gluster peer status"
become: true
become_user: root
register: peer_status
- name: debug peer status
debug: var=peer_status
- name: create volume
gluster_volume:
name: "{{ volname }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment