Files
ansible_role_package/tasks/pkgs/rust.yml
Matthew Stobbs 0eb7361c65 Update handlers, move deps to pkg_lengths
Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
2025-05-12 12:12:40 -06:00

10 lines
224 B
YAML

# vim: set filetype=yaml.ansible :
---
- name: Load rust config
ansible.builtin.include_tasks:
file: config/rust.yml
- name: Install rust and cargo
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + rust.pkgs }}"