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