diff --git a/roles/gluster/consolidated/tasks/main.yml b/roles/gluster/consolidated/tasks/main.yml index b35c9ec109..584911efcd 100644 --- a/roles/gluster/consolidated/tasks/main.yml +++ b/roles/gluster/consolidated/tasks/main.yml @@ -15,12 +15,14 @@ command: gluster peer probe {{ item }} with_items: '{{groups[gluster_server_group]}}' ignore_errors: true + changed_when: false tags: - gluster - name: Servers discover each other, pass two. command: gluster peer probe {{ item }} with_items: '{{groups[gluster_server_group]}}' + changed_when: false ignore_errors: true tags: - gluster