Files
ansible_role_package/tasks/config/broot.yml
2025-03-31 18:15:07 -06:00

10 lines
250 B
YAML

# vim: set filetype=yaml.ansible :
---
- 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] }}"