mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-06 13:53:29 +01:00
8 lines
247 B
YAML
8 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
|