diff options
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 8756fb52a..6c0eefaf9 100644 --- a/playbooks/aws/openshift-cluster/install.yml +++ b/playbooks/aws/openshift-cluster/install.yml @@ -22,7 +22,7 @@    include: ../../common/openshift-checks/install.yml  - name: etcd install -  include: ../../common/openshift-etcd/config.yml +  include: ../../openshift-etcd/private/config.yml  - name: include nfs    include: ../../common/openshift-nfs/config.yml | 
