From 2f80d88602071f5c9a1476bc1545b68173f3bdba Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 23 Oct 2017 17:25:35 +0000 Subject: [PATCH] Does this need to be configured on both server and client. --- roles/gluster/consolidated/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/gluster/consolidated/tasks/main.yml b/roles/gluster/consolidated/tasks/main.yml index 6eb7cfc4cc..81ed6ad05c 100644 --- a/roles/gluster/consolidated/tasks/main.yml +++ b/roles/gluster/consolidated/tasks/main.yml @@ -61,7 +61,6 @@ cluster: "{{ groups[gluster_server_group] | join(',') }}" host: "{{ inventory_hostname }}" force: yes - when: inventory_hostname in groups[gluster_server_group] run_once: true tags: - gluster