From fcec6bc2caad1f9b84666fc5b17d0af6658b7999 Mon Sep 17 00:00:00 2001 From: Russell Teague Date: Thu, 16 Nov 2017 12:33:29 -0500 Subject: Playbook Consolidation - openshift-loadbalancer --- playbooks/aws/openshift-cluster/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playbooks/aws') diff --git a/playbooks/aws/openshift-cluster/install.yml b/playbooks/aws/openshift-cluster/install.yml index 8756fb52a..ce65d73fa 100644 --- a/playbooks/aws/openshift-cluster/install.yml +++ b/playbooks/aws/openshift-cluster/install.yml @@ -29,7 +29,7 @@ when: groups.oo_nfs_to_config | default([]) | count > 0 - name: include loadbalancer - include: ../../common/openshift-loadbalancer/config.yml + include: ../../openshift-loadbalancer/private/config.yml when: groups.oo_lb_to_config | default([]) | count > 0 - name: include openshift-master config -- cgit v1.2.1