mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-06 05:43:29 +01:00
f2a3f75f08
as an option, however this is experimental in both K3s and this role.
7 lines
247 B
YAML
7 lines
247 B
YAML
---
|
|
|
|
- name: Ensure systemd context is correct if we are running k3s rootless
|
|
set_fact:
|
|
k3s_systemd_context: user
|
|
k3s_systemd_unit_directory: "{{ ansible_user_dir }}/.config/systemd/user"
|
|
when: k3s_non_root is defined and k3s_non_root
|