Commit 86c9b01a authored by xhua's avatar xhua
Browse files

更新 create_nfs.yml

parent 4bdf572b
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -33,4 +33,4 @@
state: absent
- name: create gogs template
shell: oc create -f ./files/gogs-template.yml -n openshift
shell: oc get template gogs -n openshift; if [ $? -gt 0 ]; then oc create -f ./files/gogs-template.yml -n openshift; fi
Supports Markdown
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