mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
9 lines
286 B
YAML
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
|