feat: add alpine support for alpine

This commit is contained in:
Simon Cornet 2025-11-10 15:03:19 +01:00
commit 613bced17f
3 changed files with 10 additions and 3 deletions

View file

@ -61,7 +61,7 @@
# apk
- name: "apk"
ansible.builtin.import_tasks: "tasks/apk/packages.yaml"
when: "ansible_os_family == 'Alpine'"
when: 'ansible_os_family == "Alpine"'
tags: "apk"
# apt