diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 08:28:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-22 08:28:39 -0500 |
commit | 16e4acfe143e954c07c774c5c163fbd4ff1e4647 (patch) | |
tree | 85bd1bde9394a52731585caac94fc781c04820d9 /playbooks/aws | |
parent | c1c4f92cdfce46945fdf51d0219980134b73861f (diff) | |
parent | fcec6bc2caad1f9b84666fc5b17d0af6658b7999 (diff) | |
download | openshift-16e4acfe143e954c07c774c5c163fbd4ff1e4647.tar.gz openshift-16e4acfe143e954c07c774c5c163fbd4ff1e4647.tar.bz2 openshift-16e4acfe143e954c07c774c5c163fbd4ff1e4647.tar.xz openshift-16e4acfe143e954c07c774c5c163fbd4ff1e4647.zip |
Merge pull request #6146 from mtnbikenc/consolidate-openshift-loadbalancer
Playbook Consolidation - openshift-loadbalancer
Diffstat (limited to 'playbooks/aws')
-rw-r--r-- | playbooks/aws/openshift-cluster/install.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/aws/openshift-cluster/install.yml b/playbooks/aws/openshift-cluster/install.yml index 3b9f041cf..56ca25eb4 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 |