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:
5
tasks/pkgs/Debian/go.yml
Normal file
5
tasks/pkgs/Debian/go.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
|
||||
- name: append to pkgs
|
||||
set_fact:
|
||||
srcpkgs: "{{ srcpkgs + [ 'packages/Linux/go.yml' ] }}"
|
||||
Reference in New Issue
Block a user