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:
11
tasks/pkgs/Debian/zsh.yml
Normal file
11
tasks/pkgs/Debian/zsh.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: Install zsh for Debian based distros
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
name: zsh
|
||||
state: latest
|
||||
tags:
|
||||
- Debian
|
||||
- linux
|
||||
- package
|
||||
|
||||
Reference in New Issue
Block a user