add AlmaLinux core repo support for container cache

Change-Id: I0f8fc54711f47a81024c692871ce04b27955edae
Signed-off-by: Dmitriy Chubinidze <dcu995@gmail.com>
This commit is contained in:
Dmitriy Chubinidze
2026-01-08 09:55:46 +00:00
parent 1259ac02cd
commit b095428555

View File

@@ -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) }}"