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:
Tomasz Skiba 2021-02-09 20:36:31 +01:00 committed by Maxim Slipenko
parent b4a2ff5ee7
commit 491fcc972d

View File

@ -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.