Almalinux validé

This commit is contained in:
stef
2026-02-18 21:25:00 +00:00
parent 7c8f30ce06
commit 28799357f3
11 changed files with 352 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
- name: Front - Install packages
ansible.builtin.apt:
name: "{{ item }}"
state: latest
state: present
loop: "{{ front.packages }}"
tags:
- install_front