Another try to add RHEL 10 to CI. (#1136)

This commit is contained in:
Felix Fontein
2025-10-03 21:16:18 +02:00
committed by GitHub
parent f8ea3fcba3
commit 82b3184605
8 changed files with 79 additions and 6 deletions
@@ -0,0 +1,9 @@
---
# 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
- name: Install docker-compose as system package
dnf:
name: "{{ docker_compose_packages }}"
state: present