mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-05 05:13:29 +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."
|