more fixes, more config

This commit is contained in:
Matthew Stobbs
2025-01-25 17:39:49 -07:00
parent 00e08c5997
commit 4665de577e
18 changed files with 61 additions and 70 deletions

View File

@@ -4,17 +4,11 @@
block:
- ansible.builtin.include_tasks:
file: "pkgs/terra_repo.yml"
tags:
- dependency
- package
- terra
- syspkgs
when: pkgconfig_terrarepo is not defined
- name: append to pkgs
set_fact:
syspkgs: "{{ syspkgs + [ 'ghostty' ] }}"
tags:
- syspkgs
- name: no ghostty for this system
when:
@@ -27,8 +21,3 @@
when: ansible_distribution == 'MacOSX'
set_fact:
caskpkgs: "{{ caskpkgs + [ 'ghostty' ] }}"
tags:
- MacOS
- brew
- package
- terminal