more packages fixed
- removed nushell. Not using it, not going to use again anytime soon
This commit is contained in:
8
tasks/config/broot.yml
Normal file
8
tasks/config/broot.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Set broot config
|
||||
ansible.builtin.set_fact:
|
||||
broot:
|
||||
vers: "{{ pkgconfig.broot.version }}"
|
||||
name: broot
|
||||
locked: true
|
||||
deps: "{{ pkgconfig.broot.build_deps[ansible_os_family] }}"
|
||||
Reference in New Issue
Block a user