mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-11-12 10:16:16 +01:00
7e4a16e167
- Restructured when and asserts - Standardise molecule call, add systemd config
11 lines
331 B
YAML
11 lines
331 B
YAML
---
|
|
|
|
- name: Ensure systemd context is correct if we are running k3s rootless
|
|
ansible.builtin.set_fact:
|
|
k3s_systemd_context: user
|
|
k3s_systemd_unit_dir: "{{ ansible_user_dir }}/.config/systemd/user"
|
|
when:
|
|
- k3s_runtime_config is defined
|
|
- k3s_runtime_config.rootless is defined
|
|
- k3s_runtime_config.rootless
|