mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Another try to add RHEL 10 to CI. (#1136)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
---
|
||||
# Copyright (c) Ansible Project
|
||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
docker_prereq_packages:
|
||||
- yum-utils
|
||||
- device-mapper-persistent-data
|
||||
- lvm2
|
||||
- libseccomp
|
||||
- iptables
|
||||
- "kernel-modules-extra-{{ ansible_facts.kernel }}"
|
||||
|
||||
docker_packages:
|
||||
- docker-ce # -19.03.13
|
||||
- docker-ce-cli # -19.03.13
|
||||
docker_cli_packages:
|
||||
- docker-ce-cli # -19.03.13
|
||||
Reference in New Issue
Block a user