fix darwin packages

This commit is contained in:
Matthew Stobbs
2025-01-21 21:01:05 -07:00
parent e7dda0a092
commit 15d39f39ee
24 changed files with 54 additions and 51 deletions

View File

@@ -1,7 +1,7 @@
---
- name: append carapace to brewpkgs
- name: append carapace to syspkgs
set_fact:
brewpkgs: "{{ brewpkgs + [ 'carapace' ] }}"
syspkgs: "{{ syspkgs + [ 'carapace' ] }}"
tags:
- MacOS
- homebrew