fix(podman_host): restart systemd-logind if needed before enabling linger
This commit is contained in:
parent
d1d38d672a
commit
84e83df428
2 changed files with 11 additions and 0 deletions
6
roles/podman_host/handlers/main.yml
Normal file
6
roles/podman_host/handlers/main.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Restart systemd-logind
|
||||
ansible.builtin.systemd_service:
|
||||
name: systemd-logind
|
||||
state: restarted
|
||||
become: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue