updated yazi to single file build

Signed-off-by: Matthew Stobbs <matthew@stobbs.ca>
This commit is contained in:
Matthew Stobbs
2026-02-01 21:38:59 -07:00
parent 57b63d4503
commit fa78c0aa0c
4 changed files with 66 additions and 59 deletions

View File

@@ -1,8 +0,0 @@
# 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] }}"
pkg_deps: "{{ pkgconfig.yazi.pkg_depends }}"