mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-07-08 06:48:11 -02:30
The ignore_errors condition on the etcd-events service startup task
(Configure | Ensure etcd-events is running) uses != instead of ==,
which is the inverse of the correct pattern used for the main etcd
service on the line above.
This was introduced in commit 7516fe142 when the # noqa ignore-errors
comment was added to the line, accidentally flipping the operator.
7.1 KiB
7.1 KiB