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