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