maj alpine

This commit is contained in:
2025-05-22 23:22:59 +02:00
parent 32f080365a
commit ccd12401dd
6 changed files with 37 additions and 13 deletions

8
alpine_upgrade.yml Normal file
View File

@@ -0,0 +1,8 @@
---
- name: Vérifier et installer les mises à jour sur Alpine Linux
hosts: all
become: yes
tasks:
- name: Installer les mises à jour
command: apk upgrade
when: apk_upgradable.stdout != ""