Looks like this needs to really run multiple times.

This commit is contained in:
Ralph Bean 2018-06-20 20:04:32 +00:00
parent 27757cd110
commit d6c28b4f02

View file

@ -14,7 +14,6 @@
- name: Servers discover each other, pass one. - name: Servers discover each other, pass one.
command: gluster peer probe {{ item }} command: gluster peer probe {{ item }}
with_items: '{{groups[gluster_server_group]}}' with_items: '{{groups[gluster_server_group]}}'
run_once: true
ignore_errors: true ignore_errors: true
tags: tags:
- gluster - gluster
@ -22,7 +21,6 @@
- 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]}}'
run_once: true
ignore_errors: true ignore_errors: true
tags: tags:
- gluster - gluster