adding Alpine specific installations

This commit is contained in:
Matthew Stobbs
2025-03-10 14:53:36 -06:00
parent aff4fddfb4
commit 51d97dd18f
32 changed files with 178 additions and 38 deletions

View File

@@ -3,16 +3,16 @@
- name: Add uwsm
when:
- uwsm_configured is undefined
- ansible_os_family != 'Alpine'
- ansible_os_family != 'Darwin'
block:
- name: Load uwsm config
when:
- uwsm is undefined
ansible.builtin.include_tasks:
file: config/uwsm.yml
- name: Append uwsm build_deps to pkg_sys
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + uwsm.build_deps + uswm.deps }}"
pkg_sys: "{{ pkg_sys + uwsm.build_deps + uwsm.deps }}"
- name: Append uwsm to pkg_src
ansible.builtin.set_fact: