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