summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorZohar Galor <zgalor@redhat.com>2017-11-08 18:10:00 +0200
committerZohar Galor <zgalor@redhat.com>2017-11-08 18:13:05 +0200
commit3be2d8ea07535ff3ece25f80db8f7a5d3569c489 (patch)
tree1634cf903862da96fb170e0b8aea0045f50b389c /playbooks
parent196891f1a71fa0f0c74404af773d53ede517025a (diff)
downloadopenshift-3be2d8ea07535ff3ece25f80db8f7a5d3569c489.tar.gz
openshift-3be2d8ea07535ff3ece25f80db8f7a5d3569c489.tar.bz2
openshift-3be2d8ea07535ff3ece25f80db8f7a5d3569c489.tar.xz
openshift-3be2d8ea07535ff3ece25f80db8f7a5d3569c489.zip
Remove debug code that was mistakenly committed
This also causes a failure if nfs block is not defined, because the condition is missing. Anyway this shouldn't have been committed.
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-cluster/create_persistent_volumes.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/playbooks/common/openshift-cluster/create_persistent_volumes.yml b/playbooks/common/openshift-cluster/create_persistent_volumes.yml
index ec6f2c52c..8a60a30b8 100644
--- a/playbooks/common/openshift-cluster/create_persistent_volumes.yml
+++ b/playbooks/common/openshift-cluster/create_persistent_volumes.yml
@@ -1,13 +1,4 @@
---
-- name: Create persistent volumes
- hosts: oo_first_master
- vars:
- persistent_volumes: "{{ hostvars[groups.oo_first_master.0] | oo_persistent_volumes(groups) }}"
- persistent_volume_claims: "{{ hostvars[groups.oo_first_master.0] | oo_persistent_volume_claims }}"
- tasks:
- - debug: var=persistent_volumes
- - debug: var=persistent_volume_claims
-
- name: Create Hosted Resources - persistent volumes
hosts: oo_first_master
vars: