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 GitHub
parent c254e08049
commit a5f754b712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: package:
name: name:
- docker - docker
- docker-common - docker-common
- docker-engine - docker-engine
- podman
- buildah
state: absent state: absent
- name: Add Docker GPG key. - name: Add Docker GPG key.