summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/redeploy-certificates.yml
diff options
context:
space:
mode:
authorTim Bielawa <timbielawa@gmail.com>2016-12-08 11:05:31 -0800
committerGitHub <noreply@github.com>2016-12-08 11:05:31 -0800
commit760ea5d197a19a87d624db0a6b110896ab2021b0 (patch)
treef01219965f3a940eb14efb86774f49219a1225ba /playbooks/byo/openshift-cluster/redeploy-certificates.yml
parent16749761a312894d8ba1101917b7ebf430616812 (diff)
parenta6aea71d78bb09a2647808405f1f7ade4ca67865 (diff)
downloadopenshift-760ea5d197a19a87d624db0a6b110896ab2021b0.tar.gz
openshift-760ea5d197a19a87d624db0a6b110896ab2021b0.tar.bz2
openshift-760ea5d197a19a87d624db0a6b110896ab2021b0.tar.xz
openshift-760ea5d197a19a87d624db0a6b110896ab2021b0.zip
Merge pull request #2942 from mtnbikenc/ansible-version
Minimum Ansible version check
Diffstat (limited to 'playbooks/byo/openshift-cluster/redeploy-certificates.yml')
-rw-r--r--playbooks/byo/openshift-cluster/redeploy-certificates.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/playbooks/byo/openshift-cluster/redeploy-certificates.yml b/playbooks/byo/openshift-cluster/redeploy-certificates.yml
index 6d1247e0f..73d9baadb 100644
--- a/playbooks/byo/openshift-cluster/redeploy-certificates.yml
+++ b/playbooks/byo/openshift-cluster/redeploy-certificates.yml
@@ -1,6 +1,4 @@
---
-- include: ../../common/openshift-cluster/verify_ansible_version.yml
-
- hosts: localhost
connection: local
become: no
@@ -16,7 +14,7 @@
gather_facts: no
tasks:
- include_vars: ../../byo/openshift-cluster/cluster_hosts.yml
-
+
- include: ../../common/openshift-cluster/redeploy-certificates.yml
vars:
openshift_deployment_type: "{{ deployment_type }}"