From e73f0dc88b4a6f139e2bcef4b26e371eb4a95e9a Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 12 Nov 2024 07:57:28 -0700 Subject: [PATCH] fix: wip debug --- tasks/cancel_linger.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasks/cancel_linger.yml b/tasks/cancel_linger.yml index 9eb67ff..cea95df 100644 --- a/tasks/cancel_linger.yml +++ b/tasks/cancel_linger.yml @@ -93,6 +93,10 @@ vars: __pat: "Failed to get user: User ID .* is not logged in or lingering" + - name: Debug + command: loginctl show-user {{ __podman_linger_user | quote }} + changed_when: false + - name: Restart logind service: name: systemd-logind