diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-11-22 13:08:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-22 13:08:21 -0500 |
commit | 5889d10321ced514a1a235016bc4173895065474 (patch) | |
tree | e6af79a06a65a26a144e3a5cdb750494999a4172 /playbooks/aws/openshift-cluster/install.yml | |
parent | 6cde29151f922127c7ea45a8949a015998739945 (diff) | |
parent | b972abfa8c47e821c55e519a8a1d08b771946e49 (diff) | |
download | openshift-5889d10321ced514a1a235016bc4173895065474.tar.gz openshift-5889d10321ced514a1a235016bc4173895065474.tar.bz2 openshift-5889d10321ced514a1a235016bc4173895065474.tar.xz openshift-5889d10321ced514a1a235016bc4173895065474.zip |
Merge pull request #6157 from mtnbikenc/consolidate-openshift-glusterfs
Playbook Consolidation - openshift-glusterfs
Diffstat (limited to 'playbooks/aws/openshift-cluster/install.yml')
-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 6c177bd21..f8206529a 100644 --- a/playbooks/aws/openshift-cluster/install.yml +++ b/playbooks/aws/openshift-cluster/install.yml @@ -42,5 +42,5 @@ include: ../../openshift-node/private/config.yml - name: include openshift-glusterfs - include: ../../common/openshift-glusterfs/config.yml + include: ../../openshift-glusterfs/private/config.yml when: groups.oo_glusterfs_to_config | default([]) | count > 0 |