fixing packages

This commit is contained in:
Matthew Stobbs
2025-01-25 17:54:26 -07:00
parent 4665de577e
commit 391e8ee226
25 changed files with 74 additions and 62 deletions

View File

@@ -7,7 +7,7 @@
when: pkgconfig_terrarepo is not defined
- name: append to pkgs
set_fact:
ansible.builtin.set_fact:
syspkgs: "{{ syspkgs + [ 'ghostty' ] }}"
- name: no ghostty for this system
@@ -19,5 +19,5 @@
- name: append ghostty to caskpkgs
when: ansible_distribution == 'MacOSX'
set_fact:
ansible.builtin.set_fact:
caskpkgs: "{{ caskpkgs + [ 'ghostty' ] }}"