fix: set environment

This commit is contained in:
Lennard Brinkhaus 2023-09-18 20:19:48 +02:00
parent 4edc06e125
commit 1b1f58de0f
Signed by: lennard.brinkhaus
GPG Key ID: 286421EC53998B22

View File

@ -5,6 +5,7 @@
state: restarted state: restarted
scope: "user" scope: "user"
when: ansible_service_mgr == "systemd" when: ansible_service_mgr == "systemd"
environment:
XDG_RUNTIME_DIR: /var/run XDG_RUNTIME_DIR: /var/run
- name: "Reload systemd" - name: "Reload systemd"