fix: move lingur to the correct posititon
This commit is contained in:
parent
00ee297f52
commit
6ee4535a0a
@ -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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user