Skip to content

Commit

Permalink
fix: require the crun package on EL8
Browse files Browse the repository at this point in the history
Cause: The podman package on EL 8.8 does not have a dependency on the crun
package.

Consequence: Some quadlet features fail unexpectedly.

Fix: The role will install the crun package explicitly on EL8.

Result: All quadlet features work correctly on EL8.

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Aug 1, 2023
1 parent 699526f commit d280b5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions vars/CentOS_8.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: MIT
---
__podman_packages:
- crun
- podman
- podman-plugins
- shadow-utils-subid
1 change: 1 addition & 0 deletions vars/RedHat_8.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: MIT
---
__podman_packages:
- crun
- podman
- podman-plugins
- shadow-utils-subid

0 comments on commit d280b5c

Please sign in to comment.