mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-09-21 17:51:38 +02:00
Ensure podman and Buildah are not installed
Presence of buildah and podman creates dependency issue for runc and makes the role fail
This commit is contained in:
parent
c254e08049
commit
a5f754b712
@ -1,10 +1,12 @@
|
||||
---
|
||||
- name: Ensure old versions of Docker are not installed.
|
||||
- name: Ensure Podman, Buildah and old versions of Docker are not installed.
|
||||
package:
|
||||
name:
|
||||
- docker
|
||||
- docker-common
|
||||
- docker-engine
|
||||
- podman
|
||||
- buildah
|
||||
state: absent
|
||||
|
||||
- name: Add Docker GPG key.
|
||||
|
Loading…
Reference in New Issue
Block a user