Update handlers, move deps to pkg_lengths

Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
This commit is contained in:
Matthew Stobbs
2025-05-12 12:12:40 -06:00
parent 88e104f77c
commit 0eb7361c65
3 changed files with 89 additions and 108 deletions

View File

@@ -5,6 +5,5 @@
file: config/rust.yml
- name: Install rust and cargo
become: true
ansible.builtin.package:
name: "{{ rust.pkgs }}"
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + rust.pkgs }}"