diff options
| author | Scott Dodson <sdodson@redhat.com> | 2017-12-01 10:52:04 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-01 10:52:04 -0500 | 
| commit | 824a7e6da12f977dd763f471233c0ea4e3c96d4f (patch) | |
| tree | 0321c00a535ecb4396b647a8453812f315c892e2 | |
| parent | eda433cad9347d9ea7a498beaf6a696a7bf063db (diff) | |
| parent | 010243cefe78782811eff8174d0300da635f538e (diff) | |
Merge pull request #6325 from sosiouxme/20171201-glusterfs-bug
storage_glusterfs: fix typo
| -rw-r--r-- | roles/openshift_storage_glusterfs/tasks/glusterfs_config.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/roles/openshift_storage_glusterfs/tasks/glusterfs_config.yml b/roles/openshift_storage_glusterfs/tasks/glusterfs_config.yml index b8fd7979f..71c1311cd 100644 --- a/roles/openshift_storage_glusterfs/tasks/glusterfs_config.yml +++ b/roles/openshift_storage_glusterfs/tasks/glusterfs_config.yml @@ -44,6 +44,6 @@      glusterfs_heketi_ssh_sudo: "{{ openshift_storage_glusterfs_heketi_ssh_sudo | bool }}"      glusterfs_heketi_ssh_keyfile: "{{ openshift_storage_glusterfs_heketi_ssh_keyfile }}"      glusterfs_heketi_fstab: "{{ openshift_storage_glusterfs_heketi_fstab }}" -    glusterfs_nodes: "{{ groups.glusterfs | default([]]) }}" +    glusterfs_nodes: "{{ groups.glusterfs | default([]) }}"  - include: glusterfs_common.yml | 
