mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-11-05 09:17:36 +01:00
f2a3f75f08
as an option, however this is experimental in both K3s and this role.
9 lines
254 B
YAML
9 lines
254 B
YAML
---
|
|
|
|
- name: Check if multiple controllers defined
|
|
assert:
|
|
that:
|
|
- k3s_controller_count | length == 1
|
|
success_msg: "Only one controller has been defined."
|
|
fail_msg: "Multiple controllers have been defined. This is not yet supported."
|