mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-12-12 14:00:18 +01:00
f2a3f75f08
as an option, however this is experimental in both K3s and this role.
9 lines
391 B
YAML
9 lines
391 B
YAML
---
|
|
|
|
- name: Check k3s_non_root is enabled with k3s_use_experimental
|
|
assert:
|
|
that:
|
|
- k3s_use_experimental is defined and k3s_use_experimental
|
|
success_msg: "Experimental variables are defined and enabled."
|
|
fail_msg: "Experimental variables have been configured. If you want to use them ensure you set k3s_use_experimental"
|
|
when: k3s_non_root is defined and k3s_non_root
|