File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 74
74
- name : Wait until cluster is initialized
75
75
changed_when : yes
76
76
when : mariadb.galera.initializer
77
- ansible.builtin.shell :
77
+ ansible.builtin.command :
78
78
cmd : " {{ lookup('template', 'has_joined_cluster.sh') }}"
79
79
80
80
- name : Join cluster
86
86
- name : Wait until node has joined cluster
87
87
when : not mariadb.galera.initializer and not mariadb.galera.arbitrator
88
88
changed_when : yes
89
- ansible.builtin.shell :
89
+ ansible.builtin.command :
90
90
cmd : " {{ lookup('template', 'has_joined_cluster.sh') }}"
91
91
92
92
- name : Set up garb service
142
142
- name : Wait that node has rejoined cluster
143
143
when : mariadb.galera.initializer
144
144
changed_when : yes
145
- ansible.builtin.shell :
145
+ ansible.builtin.command :
146
146
cmd : " {{ lookup('template', 'has_joined_cluster.sh') }}"
You can’t perform that action at this time.
0 commit comments