--- - name: Check if any experimental variables are configure and if they are 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: ("rootless" in k3s_runtime_config and k3s_runtime_config.rootless) or ("etcd-datastore" in k3s_runtime_config and k3s_runtime_config.etcd-datastore) or ("secrets-encryption" in k3s_runtime_config and k3s_runtime_config.secrets-encryption) or ("selinux" in k3s_runtime_config and k3s_runtime_config.selinux)