소스 검색

Merge pull request #6325 from sosiouxme/20171201-glusterfs-bug

storage_glusterfs: fix typo
Scott Dodson 7 년 전
부모
커밋
824a7e6da1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/openshift_storage_glusterfs/tasks/glusterfs_config.yml

+ 1 - 1
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