mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-03-22 02:29:08 +00:00
* added podman-prune module --------- Signed-off-by: Roberto Alfieri <ralfieri@redhat.com> Signed-off-by: Roberto Alfieri <me@rebtoor.com>
8 lines
160 B
YAML
8 lines
160 B
YAML
---
|
|
- hosts: all
|
|
gather_facts: true
|
|
tasks:
|
|
- include_role:
|
|
name: podman_prune
|
|
vars:
|
|
ansible_python_interpreter: "/usr/bin/python"
|