Files
ansible_role_package/tasks/pkgs/choose.yml
Matthew Stobbs c0400949c3 more packages fixed
- removed nushell. Not using it, not going to use again anytime soon
2025-02-20 12:22:50 -07:00

14 lines
329 B
YAML

# vim: set filetype=yaml.ansible :
---
- name: Append to cargopkgs
when:
- ansible_os_family != 'Darwin'
ansible.builtin.set_fact:
pkg_cargo: "{{ pkg_cargo + [choose] }}"
- name: Append to pkg_sys
when:
- ansible_os_family == 'Darwin'
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + ['choose-rust'] }}"