10 lines
250 B
YAML
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] }}"
|