From c95e23507986f307a35bf6b2912b7a8273ed779e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 22 Aug 2018 16:55:50 +0000 Subject: [PATCH] do not show these commands as changed --- roles/gluster/consolidated/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) 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