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

12
tasks/prune.yml Normal file
View File

@@ -0,0 +1,12 @@
---
# Prune unused Podman resources
- name: Prune Podman resources
containers.podman.podman_prune:
container: "{{ podman_prune_options.container }}"
image: "{{ podman_prune_options.image }}"
network: "{{ podman_prune_options.network }}"
system: "{{ podman_prune_options.system }}"
system_all: "{{ podman_prune_options.system_all }}"
volume: "{{ podman_prune_options.volume }}"
when: podman_prune_enabled | bool