ansible-role-k3s/tasks/build/get-systemd-context.yml

8 lines
247 B
YAML
Raw Normal View History

---
- 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