summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc/create_pv/create_pv.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/adhoc/create_pv/create_pv.yaml')
-rw-r--r--playbooks/adhoc/create_pv/create_pv.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/adhoc/create_pv/create_pv.yaml b/playbooks/adhoc/create_pv/create_pv.yaml
index 347d9f574..81c1ee653 100644
--- a/playbooks/adhoc/create_pv/create_pv.yaml
+++ b/playbooks/adhoc/create_pv/create_pv.yaml
@@ -150,7 +150,7 @@
# We have to use the shell module because we can't set env vars with the command module.
- name: "Place PV into oc"
- shell: "KUBECONFIG=/etc/openshift/master/admin.kubeconfig oc create -f {{ pv_template | quote }}"
+ shell: "KUBECONFIG=/etc/origin/master/admin.kubeconfig oc create -f {{ pv_template | quote }}"
register: oc_output
- debug: var=oc_output