diff options
author | Sten Turpin <sten@redhat.com> | 2016-02-04 10:40:51 -0600 |
---|---|---|
committer | Sten Turpin <sten@redhat.com> | 2016-02-04 10:40:51 -0600 |
commit | c206ebd9a17458b9e2ef23ccc938d1d35527b3de (patch) | |
tree | ed2294ea55199c6c8eb3be94f1723eaf14400cc0 /playbooks/adhoc/create_pv | |
parent | c7af710e34d83e5e52ccde6b501e1f3ea740dab8 (diff) | |
download | openshift-c206ebd9a17458b9e2ef23ccc938d1d35527b3de.tar.gz openshift-c206ebd9a17458b9e2ef23ccc938d1d35527b3de.tar.bz2 openshift-c206ebd9a17458b9e2ef23ccc938d1d35527b3de.tar.xz openshift-c206ebd9a17458b9e2ef23ccc938d1d35527b3de.zip |
renamed /etc/openshift to /etc/origin
Diffstat (limited to 'playbooks/adhoc/create_pv')
-rw-r--r-- | playbooks/adhoc/create_pv/create_pv.yaml | 2 |
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 |