Update functionality
This commit is contained in:
12
tasks/prune.yml
Normal file
12
tasks/prune.yml
Normal 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
|
||||
Reference in New Issue
Block a user