restructuring for easier maintenance
- creating src packages when things can't be installed via actual system package - neovim srcpkg is being worked on now
This commit is contained in:
4
tasks/pkgs/Darwin/terraform.yml
Normal file
4
tasks/pkgs/Darwin/terraform.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
- name: append terraform to brewpkgs
|
||||
set_fact:
|
||||
brewpkgs: "{{ brewpkgs + [ 'terraform' ]}}"
|
||||
Reference in New Issue
Block a user