adding Alpine specific installations
This commit is contained in:
@@ -12,12 +12,15 @@
|
||||
when:
|
||||
- ansible_system == 'Linux'
|
||||
block:
|
||||
- name: Append alacritty to pkg_sys and pkg_cargo
|
||||
- name: Append alacritty build_deps to pkg_sys
|
||||
ansible.builtin.set_fact:
|
||||
pkg_sys: "{{ pkg_sys + alacritty.build_deps }}"
|
||||
|
||||
- name: Append alacritty to pkg_cargo
|
||||
notify:
|
||||
- Depend cargo
|
||||
changed_when: true
|
||||
ansible.builtin.set_fact:
|
||||
pkg_sys: "{{ pkg_sys + alacritty.deps }}"
|
||||
pkg_cargo: "{{ pkg_cargo + [alacritty] }}"
|
||||
|
||||
- name: Append alacritty to pkg_cask
|
||||
|
||||
Reference in New Issue
Block a user