add yazi config, vars and update install

This commit is contained in:
Matthew Stobbs
2025-05-10 19:24:50 -06:00
parent 454f2fab73
commit 2e621bfa00
3 changed files with 46 additions and 4 deletions

7
tasks/config/yazi.yml Normal file
View File

@@ -0,0 +1,7 @@
# vim: set filetype=yaml.ansible
---
- name: Set yazi vars
ansible.builtin.set_fact:
yazi:
pkgs: "{{ pkgconfig.yazi.pkgs }}"
deps: "{{ pkgconfig.yazi.depends[ansible_os_family] }}"