Looks like this needs to really run multiple times.
This commit is contained in:
parent
27757cd110
commit
d6c28b4f02
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue