Check what we get

This commit is contained in:
Magnus Andersson 2024-01-25 21:30:09 +01:00
parent 38c16c3185
commit 35112c302c
Signed by: mandersson
GPG key ID: 19CB2C58E1F19B16

View file

@ -97,5 +97,12 @@ class podmanrunner::runner (
logoutput => false,
unless => "test -f /var/lib/systemd/linger/${username}${x}",
}
if $runnerdata {
notify {
message => $runnerdata
}
}
}
}