Skip to content

Commit

Permalink
Fix definition of conditional is_glusterfs_main_server_node.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardomurri committed Jun 3, 2016
1 parent ce88cc4 commit 740fe2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ glusterfs_main_host: '{{groups.glusterfs_server[0]}}'
# a conditional expression that must evaluate to ``True`` on the node
# that runs GlusterFS commands, ``False`` elsewhere. By default, use
# the first server node.
is_glusterfs_main_server_node: "inventory_hostname == {{glusterfs_main_host}}"
is_glusterfs_main_server_node: "inventory_hostname == '{{glusterfs_main_host}}'"

0 comments on commit 740fe2c

Please sign in to comment.