Preinstall fails on checking etcd group length (#4839)

This commit is contained in:
Dani Comnea 2019-06-05 09:37:53 +01:00 committed by Kubernetes Prow Robot
parent 797bfd85b0
commit d540560619

View file

@ -50,6 +50,7 @@
assert:
that: groups.etcd|length is not divisibleby 2
ignore_errors: "{{ ignore_assert_errors }}"
when: inventory_hostname in groups['etcd']
- name: Stop if memory is too small for masters
assert: