fixed yazi to be part of pkg_cargo

This commit is contained in:
Matthew Stobbs
2025-03-12 16:17:41 -06:00
parent 508eb3e351
commit a0e3e6856f

View File

@@ -6,7 +6,7 @@
block:
- name: Append yazi-fm to pkg_cargo
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_cargo + ['yazi-fm', 'yazi-cli'] }}"
pkg_cargo: "{{ pkg_cargo + ['yazi-fm', 'yazi-cli'] }}"
- name: Set yazi-fm_configured
ansible.builtin.set_fact: