mirror of
https://github.com/Maks1mS/ansible-role-docker.git
synced 2024-12-24 08:34:40 +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:
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user