mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-12-04 13:44:54 +01:00
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."
|