Skip to content

Commit

Permalink
Merge pull request #424 from rpetti/fix-runc-conflict-on-rhel
Browse files Browse the repository at this point in the history
remove runc, as it conflicts with containerd
  • Loading branch information
geerlingguy authored Sep 28, 2023
2 parents 914ca96 + 95d13bf commit 9d51ec8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/setup-RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d51ec8

Please sign in to comment.