You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/setup_podman/handlers/main.yml

10 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