feat: dont target this role on alpine
This commit is contained in:
parent
cd21f2f023
commit
5cd990ec5f
1 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue