Update functionality

This commit is contained in:
Daniel Akulenok
2025-09-05 23:12:42 +02:00
parent 9cfd12e745
commit 714574fd7d
6 changed files with 200 additions and 0 deletions

View File

@@ -46,3 +46,16 @@
tags:
- podman
- podman-containers
- name: Generate systemd services
ansible.builtin.include_tasks: systemd.yml
when: podman_generate_systemd | bool
tags:
- podman
- podman-systemd
- name: Prune unused resources
ansible.builtin.include_tasks: prune.yml
tags:
- podman
- podman-prune