do not show these commands as changed

This commit is contained in:
Kevin Fenzi 2018-08-22 16:55:50 +00:00
parent 2d555fcf11
commit c95e235079

View file

@ -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