diff options
author | Russell Teague <rteague@redhat.com> | 2017-03-23 10:49:57 -0400 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-03-27 15:48:50 -0400 |
commit | 2c7a6849096a2e1e5b8799cdc07753ab3852c561 (patch) | |
tree | 8276ee7d1db5f4488e00bbd8a1b7696bc13604b2 /playbooks/common/openshift-cluster | |
parent | a22e780b21eacf9ae7fc067d9f26e1a01c1d4558 (diff) | |
download | openshift-2c7a6849096a2e1e5b8799cdc07753ab3852c561.tar.gz openshift-2c7a6849096a2e1e5b8799cdc07753ab3852c561.tar.bz2 openshift-2c7a6849096a2e1e5b8799cdc07753ab3852c561.tar.xz openshift-2c7a6849096a2e1e5b8799cdc07753ab3852c561.zip |
Use meta/main.yml for role dependencies
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/redeploy-certificates/registry.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/playbooks/common/openshift-cluster/redeploy-certificates/registry.yml b/playbooks/common/openshift-cluster/redeploy-certificates/registry.yml index 6771cc98d..08ebfe735 100644 --- a/playbooks/common/openshift-cluster/redeploy-certificates/registry.yml +++ b/playbooks/common/openshift-cluster/redeploy-certificates/registry.yml @@ -48,10 +48,6 @@ # Replace dc/docker-registry certificate secret contents if set. - block: - - name: Load lib_openshift modules - include_role: - name: lib_openshift - - name: Retrieve registry service IP oc_service: namespace: default |