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

remove excess debug statements from gluster_volcreate

parent 9dc1444c
No related branches found
No related tags found
1 merge request!118Ansible check
......@@ -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