Fix typo
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Tobias Manske 2023-04-06 19:13:33 +02:00
parent 91dbbb315f
commit 220c7a339c
Signed by: tobias
GPG Key ID: 9164B527694A0709
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
stat:
path: "/var/lib/systemd/linger/{{ ansible_user }}"
register: user_lingering
- name: Enable lingering for root if needed
- name: Enable lingering for user if needed
command: "loginctl enable-linger {{ ansible_user }}"
when:
- not user_lingering.stat.exists