more packages fixed
- removed nushell. Not using it, not going to use again anytime soon
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- name: append to syspkgs
|
||||
- name: Append to pkg_sys
|
||||
ansible.builtin.set_fact:
|
||||
syspkgs: "{{ syspkgs + [ 'bat' ] }}"
|
||||
pkg_sys: "{{ pkg_sys + ['bat'] }}"
|
||||
|
||||
Reference in New Issue
Block a user