mirror of
https://github.com/ansible/ansible.git
synced 2026-07-28 08:05:22 +02:00
Install runc on fedora if installing docker (#87229)
This commit is contained in:
@@ -982,6 +982,9 @@ class DnfBootstrapper(Bootstrapper):
|
||||
if cls.install_docker():
|
||||
packages.append('moby-engine')
|
||||
|
||||
if cls.install_docker() and os_release.id == 'fedora':
|
||||
packages.append('runc')
|
||||
|
||||
if os_release.id == 'rhel':
|
||||
# As of the release of RHEL 9.1, installing podman on RHEL 9.0 results in a non-fatal error at install time:
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user