make the packages role more generic
This commit is contained in:
9
tasks/Darwin/carapace.yml
Normal file
9
tasks/Darwin/carapace.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: append carapace to brewpkgs
|
||||
set_fact:
|
||||
brewpkgs: "{{ (brewpkgs | default([])) + [ 'carapace' ] }}"
|
||||
tags:
|
||||
- MacOS
|
||||
- homebrew
|
||||
- package
|
||||
- nushell
|
||||
Reference in New Issue
Block a user