summaryrefslogtreecommitdiffstats
path: root/playbooks/aws
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-11-21 14:27:43 -0500
committerGitHub <noreply@github.com>2017-11-21 14:27:43 -0500
commitc4c3b29396b13cd9e9ba93543f96967c89d81c42 (patch)
tree83db7f6169cdff2ec3de8d8273b88aa2ece2ef1e /playbooks/aws
parent65464f64236ea0aad56e2be5ece34412ad60f919 (diff)
parent98815e010d29c670ff15aecf5dd15fb1241c76f0 (diff)
downloadopenshift-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.yml2
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