mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
added podman_prune module (#538)
* added podman-prune module --------- Signed-off-by: Roberto Alfieri <ralfieri@redhat.com> Signed-off-by: Roberto Alfieri <me@rebtoor.com>
This commit is contained in:
parent
66f2706464
commit
7d1d016fe9
4 changed files with 498 additions and 0 deletions
8
ci/playbooks/containers/podman_prune.yml
Normal file
8
ci/playbooks/containers/podman_prune.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- hosts: all
|
||||
gather_facts: true
|
||||
tasks:
|
||||
- include_role:
|
||||
name: podman_prune
|
||||
vars:
|
||||
ansible_python_interpreter: "/usr/bin/python"
|
||||
Loading…
Add table
Add a link
Reference in a new issue