diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-16 16:10:56 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-16 16:10:56 -0500 |
commit | b972abfa8c47e821c55e519a8a1d08b771946e49 (patch) | |
tree | 0207ad603418da8d701f1223b60d1b8b2aa9dc8d /playbooks/aws/openshift-cluster/install.yml | |
parent | 7a18158c1df667d2bc45fae3ca62ed35400bedb8 (diff) | |
download | openshift-b972abfa8c47e821c55e519a8a1d08b771946e49.tar.gz openshift-b972abfa8c47e821c55e519a8a1d08b771946e49.tar.bz2 openshift-b972abfa8c47e821c55e519a8a1d08b771946e49.tar.xz openshift-b972abfa8c47e821c55e519a8a1d08b771946e49.zip |
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 8756fb52a..43539841e 100644 --- a/playbooks/aws/openshift-cluster/install.yml +++ b/playbooks/aws/openshift-cluster/install.yml @@ -42,5 +42,5 @@ include: ../../common/openshift-node/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 |