ansible-role-k3s/tasks/build/get-systemd-context.yml
Xan Manning f2a3f75f08 Added some validation steps, fixed issue with checksum, introducing rootless
as an option, however this is experimental in both K3s and this role.
2019-12-22 18:54:25 +00:00

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