Skip to content

Commit

Permalink
Merge pull request #1601 from mattroot/master
Browse files Browse the repository at this point in the history
Remove Podman-Docker compatibility layer when installing
  • Loading branch information
t3chn0m4g3 authored Jul 11, 2024
2 parents 9283a79 + 12da07b commit f41c15e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions installer/install/tpot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,14 +287,16 @@
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
- docker-engine
- docker.io
- containerd
- containerd
- runc
- podman-docker
- podman
state: absent
update_cache: yes
when: ansible_distribution in ["AlmaLinux", "Debian", "Fedora", "Raspbian", "Rocky", "Ubuntu"]
Expand Down

0 comments on commit f41c15e

Please sign in to comment.