Deduplicate Podman container logic with new role

This commit is contained in:
Thomas Kleinendorst 2024-06-05 12:57:41 +02:00
parent bcf920053c
commit 4fb455c6b4
11 changed files with 141 additions and 179 deletions

View file

@ -0,0 +1,7 @@
---
- name: Reload systemd (daemon-reload)
become: true
become_user: "{{ actual_username }}"
ansible.builtin.systemd_service:
daemon_reload: true
scope: user