fix cargo packages

This commit is contained in:
Matthew Stobbs
2025-05-10 11:47:32 -06:00
parent cb199a3cbe
commit 7183372163
5 changed files with 10 additions and 0 deletions

View File

@@ -17,6 +17,8 @@
- name: Add xh to cargopkgs
when:
- ansible_system == 'Linux'
notify: Depend cargo
changed_when: true
ansible.builtin.set_fact:
pkg_cargo: "{{ pkg_cargo + [xh] }}"