Files
ansible_role_package/tasks/config/broot.yml
Matthew Stobbs c0400949c3 more packages fixed
- removed nushell. Not using it, not going to use again anytime soon
2025-02-20 12:22:50 -07:00

9 lines
215 B
YAML

---
- 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] }}"