feat: dont target this role on alpine

This commit is contained in:
Simon Cornet 2026-03-16 17:44:00 +01:00
commit 5cd990ec5f

View file

@ -1,5 +1,11 @@
---
# dont execute this role when targeting Alpine
- name: "skip role for alpine"
ansible.builtin.meta: "end_play"
when: ansible_os_family == "Alpine"
# load variables and collect version information
- name: "include vars and collect versions"
block: