Preinstall fails on checking etcd group length (#4839)
This commit is contained in:
parent
797bfd85b0
commit
d540560619
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
||||||
assert:
|
assert:
|
||||||
that: groups.etcd|length is not divisibleby 2
|
that: groups.etcd|length is not divisibleby 2
|
||||||
ignore_errors: "{{ ignore_assert_errors }}"
|
ignore_errors: "{{ ignore_assert_errors }}"
|
||||||
|
when: inventory_hostname in groups['etcd']
|
||||||
|
|
||||||
- name: Stop if memory is too small for masters
|
- name: Stop if memory is too small for masters
|
||||||
assert:
|
assert:
|
||||||
|
|
Loading…
Reference in a new issue