fixing hyprland packages

This commit is contained in:
Matthew Stobbs
2025-03-10 22:00:58 -06:00
parent 2e885b31ac
commit 9e68ad9758
9 changed files with 20 additions and 14 deletions

View File

@@ -22,7 +22,7 @@
- Depend zig
changed_when: true
ansible.builtin.set_fact:
pkg_src: "{{ pkg_src + [ghostty.pkg] }}"
pkg_src: "{{ pkg_src + ghostty.pkg }}"
- name: Append ghostty to pkg_appimage
when:
@@ -42,13 +42,13 @@
- Depend terra repo
changed_when: true
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + [ghostty.pkg] }}"
pkg_sys: "{{ pkg_sys + ghostty.pkg }}"
- name: Append ghostty to pkg_cask
when:
- ghostty.method == 'brew'
ansible.builtin.set_fact:
pkg_cask: "{{ pkg_cask + [ghostty.pkg] }}"
pkg_cask: "{{ pkg_cask + ghostty.pkg }}"
- name: Set ghostty_configured
ansible.builtin.set_fact: