From 9a08a8e1fec64fa8c08d758f924678ebdda671b0 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 23 Oct 2017 17:22:18 +0000 Subject: [PATCH] Bring back run_once for brick creation. --- roles/gluster/consolidated/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/gluster/consolidated/tasks/main.yml b/roles/gluster/consolidated/tasks/main.yml index e3520671f1..6eb7cfc4cc 100644 --- a/roles/gluster/consolidated/tasks/main.yml +++ b/roles/gluster/consolidated/tasks/main.yml @@ -62,6 +62,7 @@ host: "{{ inventory_hostname }}" force: yes when: inventory_hostname in groups[gluster_server_group] + run_once: true tags: - gluster