diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-16 12:33:29 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-16 14:29:50 -0500 |
commit | fcec6bc2caad1f9b84666fc5b17d0af6658b7999 (patch) | |
tree | 7d3f3d0728d5c8e0c7ca817802d7858c2507f792 /playbooks/aws/openshift-cluster | |
parent | 7a18158c1df667d2bc45fae3ca62ed35400bedb8 (diff) | |
download | openshift-fcec6bc2caad1f9b84666fc5b17d0af6658b7999.tar.gz openshift-fcec6bc2caad1f9b84666fc5b17d0af6658b7999.tar.bz2 openshift-fcec6bc2caad1f9b84666fc5b17d0af6658b7999.tar.xz openshift-fcec6bc2caad1f9b84666fc5b17d0af6658b7999.zip |
Playbook Consolidation - openshift-loadbalancer
Diffstat (limited to 'playbooks/aws/openshift-cluster')
-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 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 |