mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-18 19:10:43 +01:00
remove runc, as it conflicts with containerd
This commit is contained in:
parent
8bb277bd7f
commit
95d13bf2b8
@ -44,6 +44,11 @@
|
||||
|
||||
- name: Configure containerd on RHEL 8.
|
||||
block:
|
||||
- name: Ensure runc is not installed.
|
||||
package:
|
||||
name: runc
|
||||
state: absent
|
||||
|
||||
- name: Ensure container-selinux is installed.
|
||||
package:
|
||||
name: container-selinux
|
||||
|
Loading…
Reference in New Issue
Block a user