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