mirror of
https://github.com/Maks1mS/ansible-role-docker.git
synced 2025-10-08 21:53:15 +03: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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user