fix: move lingur to the correct posititon

This commit is contained in:
Lennard Brinkhaus 2023-09-15 12:08:59 +02:00
parent 00ee297f52
commit 6ee4535a0a
Signed by: lennard.brinkhaus
GPG Key ID: 286421EC53998B22

View File

@ -2,6 +2,9 @@
ansible.builtin.systemd: ansible.builtin.systemd:
daemon_reload: true daemon_reload: true
- name: Exec lingur
shell: loginctl enable-linger 2534
- name: Setup podman.socket - name: Setup podman.socket
become: yes become: yes
become_user: podman_rootless become_user: podman_rootless
@ -13,5 +16,4 @@
environment: environment:
XDG_RUNTIME_DIR: /run/user/2534 XDG_RUNTIME_DIR: /run/user/2534
- name: Exec lingur
shell: loginctl enable-linger 1000