diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-11-21 14:27:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-21 14:27:43 -0500 |
commit | c4c3b29396b13cd9e9ba93543f96967c89d81c42 (patch) | |
tree | 83db7f6169cdff2ec3de8d8273b88aa2ece2ef1e /playbooks/aws | |
parent | 65464f64236ea0aad56e2be5ece34412ad60f919 (diff) | |
parent | 98815e010d29c670ff15aecf5dd15fb1241c76f0 (diff) | |
download | openshift-c4c3b29396b13cd9e9ba93543f96967c89d81c42.tar.gz openshift-c4c3b29396b13cd9e9ba93543f96967c89d81c42.tar.bz2 openshift-c4c3b29396b13cd9e9ba93543f96967c89d81c42.tar.xz openshift-c4c3b29396b13cd9e9ba93543f96967c89d81c42.zip |
Merge pull request #6148 from mtnbikenc/consolidate-openshift-nfs
Playbook Consolidation - openshift-nfs
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 874d2d38a..87863b767 100644 --- a/playbooks/aws/openshift-cluster/install.yml +++ b/playbooks/aws/openshift-cluster/install.yml @@ -25,7 +25,7 @@ include: ../../common/openshift-etcd/config.yml - name: include nfs - include: ../../common/openshift-nfs/config.yml + include: ../../openshift-nfs/private/config.yml when: groups.oo_nfs_to_config | default([]) | count > 0 - name: include loadbalancer |