1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00
ansible-podman-collections/tests/integration/targets/setup_podman/handlers/main.yml

9 lines
286 B
YAML

- name: remove podman packages
yum:
name: 'podman*'
state: absent
listen: cleanup podman
- name: remove extras repo
command: "{{ repo_command[ansible_facts.distribution ~ ansible_facts.distribution_major_version]['disable'] | default('echo') }}"
listen: cleanup podman