mirror of
https://github.com/Maks1mS/ansible-role-docker.git
synced 2024-12-23 16:22:59 +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:
parent
b4a2ff5ee7
commit
491fcc972d
@ -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