fixing and adding packages
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
---
|
||||
- name: append neovide to caskpkgs
|
||||
set_fact:
|
||||
caskpkgs: "{{ (caskpkgs | default([])) + [ 'neovide' ] }}"
|
||||
caskpkgs: "{{ caskpkgs + [ 'neovide' ] }}"
|
||||
|
||||
Reference in New Issue
Block a user