installer: remove podman-docker

This commit is contained in:
Mateusz Korzeniewski 2024-06-28 12:02:12 +02:00 committed by GitHub
parent 8f3966a675
commit f31d5b3f73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -287,7 +287,7 @@
become: true
tasks:
- name: Remove distribution based Docker packages (AlmaLinux, Debian, Fedora, Raspbian, Rocky, Ubuntu)
- name: Remove distribution based Docker packages and podman-docker (AlmaLinux, Debian, Fedora, Raspbian, Rocky, Ubuntu)
package:
name:
- docker
@ -295,6 +295,7 @@
- docker.io
- containerd
- runc
- podman-docker
state: absent
update_cache: yes
when: ansible_distribution in ["AlmaLinux", "Debian", "Fedora", "Raspbian", "Rocky", "Ubuntu"]