From b095428555070b3d90621664541b30873a8a9b36 Mon Sep 17 00:00:00 2001 From: Dmitriy Chubinidze Date: Thu, 8 Jan 2026 09:55:46 +0000 Subject: [PATCH] add AlmaLinux core repo support for container cache Change-Id: I0f8fc54711f47a81024c692871ce04b27955edae Signed-off-by: Dmitriy Chubinidze --- vars/redhat.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vars/redhat.yml b/vars/redhat.yml index 972d6714..ea1056fe 100644 --- a/vars/redhat.yml +++ b/vars/redhat.yml @@ -13,9 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +# repo RPMs for LXC container builds _lxc_cache_core_repos_list: centos: "centos-stream-release centos-stream-repos" rocky: "rocky-release rocky-repos" + almalinux: "almalinux-release almalinux-repos" _lxc_cache_core_repos: "{{ _lxc_cache_core_repos_list.get(ansible_facts['distribution'] | lower) }}"