Skip to content
Snippets Groups Projects
Commit 9159aa9d authored by Jonas Leder's avatar Jonas Leder
Browse files

fix errors in script

parent a8bea8a3
Branches
No related tags found
No related merge requests found
......@@ -10,5 +10,7 @@
when: volume_mounted.stdout != ""
- name: logout von iscsi
shell: iscsiadm -m node -T iqn.2016-09.com.openebs.jiva:{{ pvc }} -u
when: volume_mounted.stdout != ""
- name: delete iscsi
shell: iscsiadm -m node -o delete -T iqn.2016-09.com.openebs.jiva:{{ pvc }}
when: volume_mounted.stdout != ""
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment