do not show these commands as changed
This commit is contained in:
parent
2d555fcf11
commit
c95e235079
1 changed files with 2 additions and 0 deletions
|
@ -15,12 +15,14 @@
|
||||||
command: gluster peer probe {{ item }}
|
command: gluster peer probe {{ item }}
|
||||||
with_items: '{{groups[gluster_server_group]}}'
|
with_items: '{{groups[gluster_server_group]}}'
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
changed_when: false
|
||||||
tags:
|
tags:
|
||||||
- gluster
|
- gluster
|
||||||
|
|
||||||
- name: Servers discover each other, pass two.
|
- name: Servers discover each other, pass two.
|
||||||
command: gluster peer probe {{ item }}
|
command: gluster peer probe {{ item }}
|
||||||
with_items: '{{groups[gluster_server_group]}}'
|
with_items: '{{groups[gluster_server_group]}}'
|
||||||
|
changed_when: false
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
tags:
|
tags:
|
||||||
- gluster
|
- gluster
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue