mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2024-11-18 19:10:43 +01:00
Fixes #243: Remove step that disables container-tools on CentOS 8.
This commit is contained in:
parent
e5adc9a528
commit
bc3c942399
@ -43,10 +43,6 @@
|
||||
name: container-selinux
|
||||
state: present
|
||||
|
||||
- name: Disable container-tools module.
|
||||
command: dnf -y module disable container-tools
|
||||
changed_when: false
|
||||
|
||||
- name: Ensure containerd.io is installed.
|
||||
package:
|
||||
name: containerd.io
|
||||
|
Loading…
Reference in New Issue
Block a user