- Update pruning options to include filters for containers, images, networks, and volumes. - Modify handlers to restart Podman resources based on new conditions. - Expand Molecule tests to verify networks, volumes, pods, and containers. - Adjust service management tasks for Podman services and auto-update. - Refactor tasks for better clarity and maintainability.
11 lines
200 B
YAML
11 lines
200 B
YAML
---
|
|
- name: Prepare
|
|
hosts: all
|
|
tasks:
|
|
- name: Install dependencies for verification
|
|
ansible.builtin.apt:
|
|
update_cache: true
|
|
name:
|
|
- curl
|
|
state: present
|