mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
etcd_kubeadm simplify assert
This commit is contained in:
@@ -22,12 +22,11 @@
|
|||||||
|
|
||||||
- name: Stop if etcd group is empty in external etcd mode
|
- name: Stop if etcd group is empty in external etcd mode
|
||||||
assert:
|
assert:
|
||||||
that: groups.get('etcd')
|
that: groups.get('etcd') or etcd_deployment_type == 'kubeadm'
|
||||||
fail_msg: "Group 'etcd' cannot be empty in external etcd mode"
|
fail_msg: "Group 'etcd' cannot be empty in external etcd mode"
|
||||||
run_once: true
|
run_once: true
|
||||||
when:
|
when:
|
||||||
- not ignore_assert_errors
|
- not ignore_assert_errors
|
||||||
- etcd_deployment_type != "kubeadm"
|
|
||||||
|
|
||||||
- name: Stop if non systemd OS type
|
- name: Stop if non systemd OS type
|
||||||
assert:
|
assert:
|
||||||
|
|||||||
Reference in New Issue
Block a user