adding Alpine specific installations
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
- name: Set alacritty configuration
|
||||
ansible.builtin.set_fact:
|
||||
alacritty:
|
||||
deps: "{{ pkgconfig.alacritty[ansible_os_family].build_deps }}"
|
||||
deps: "{{ pkgconfig.alacritty.build_deps[ansible_os_family] }}"
|
||||
vers: "{{ pkgconfig.alacritty.version }}"
|
||||
cask: "{{ pkgconfig.alacritty.cask | default(omit) }}"
|
||||
locked: true
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- name: Set fd config
|
||||
ansible.builtin.set_fact:
|
||||
fd:
|
||||
pkgs: "{{ pkgconfig.fd.pkgs[ansible_system] }}"
|
||||
pkgs: "{{ pkgconfig.fd.pkgs[ansible_os_family] }}"
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
deps: "{{ pkgconfig.ghostty.build_deps[ansible_os_family] }}"
|
||||
vers: "{{ pkgconfig.ghostty.version }}"
|
||||
pkg: "{{ pkgconfig.ghostty[ghostty.method] }}"
|
||||
build_deps: "{{ pkgconfig.ghostty.build_deps[ansible_os_family] }}"
|
||||
|
||||
- name: Set ghostty config for appimage install
|
||||
when:
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
- name: Set git config
|
||||
ansible.builtin.set_fact:
|
||||
git:
|
||||
pkgs: "{{ pkgconfig.git.pkgs[ansible_system] }}"
|
||||
pkgs: "{{ pkgconfig.git.pkgs[ansible_os_family] }}"
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
hyprpolkitagent:
|
||||
vers: "{{ pkgconfig.hyprpolkitagent.version }}"
|
||||
repo: "{{ pkgconfig.hyprpolkitagent.repo }}"
|
||||
build_deps: "{{ pkgconfig.hyprpolkitagent.build_deps }}"
|
||||
build_deps: "{{ pkgconfig.hyprpolkitagent.build_deps[ansible_os_family] }}"
|
||||
installed_files: "{{ pkgconfig.hyprpolkitagent.build_installed_files }}"
|
||||
git_path: "{{ d_tempdir.path }}/hyprpolkitagent"
|
||||
|
||||
@@ -2,3 +2,6 @@
|
||||
ansible.builtin.set_fact:
|
||||
packer:
|
||||
pkgs: "{{ pkgconfig.packer.pkgs[ansible_system] }}"
|
||||
archive:
|
||||
file: "packer_{{ pkgconfig.packer.version }}_linux_amd64.zip"
|
||||
url: "{{ pkgconfig.packer.baseurl }}/packer/{{ pkgconfig.packer.version }}"
|
||||
|
||||
Reference in New Issue
Block a user