From d6c28b4f024a50cbf69d88e9632e1937b4a942c0 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 20 Jun 2018 20:04:32 +0000 Subject: [PATCH] Looks like this needs to really run multiple times. --- roles/gluster/consolidated/tasks/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/gluster/consolidated/tasks/main.yml b/roles/gluster/consolidated/tasks/main.yml index 39ad06f36a..b35c9ec109 100644 --- a/roles/gluster/consolidated/tasks/main.yml +++ b/roles/gluster/consolidated/tasks/main.yml @@ -14,7 +14,6 @@ - name: Servers discover each other, pass one. command: gluster peer probe {{ item }} with_items: '{{groups[gluster_server_group]}}' - run_once: true ignore_errors: true tags: - gluster @@ -22,7 +21,6 @@ - name: Servers discover each other, pass two. command: gluster peer probe {{ item }} with_items: '{{groups[gluster_server_group]}}' - run_once: true ignore_errors: true tags: - gluster