From eca8a4176b0a85f116d2632289dc62009e2999ab Mon Sep 17 00:00:00 2001 From: Russell Teague Date: Wed, 7 Dec 2016 16:11:27 -0500 Subject: Removed verify_ansible_version playbook refs --- playbooks/byo/openshift-cluster/redeploy-certificates.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'playbooks/byo/openshift-cluster/redeploy-certificates.yml') 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 }}" -- cgit v1.2.3