fixing and adding packages
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
- name: append git to brewpkgs
|
||||
set_fact:
|
||||
brewpkgs: "{{ (brewpkgs | default([])) + git_pkgs }}"
|
||||
brewpkgs: "{{ brewpkgs + git_pkgs }}"
|
||||
tags:
|
||||
- MacOS
|
||||
- homebrew
|
||||
|
||||
Reference in New Issue
Block a user