Files
ansible_role_package/tasks/pkgs/Darwin/nushell.yml
2025-01-21 21:01:05 -07:00

10 lines
155 B
YAML

---
- name: append nushell to syspkgs
set_fact:
syspkgs: "{{ syspkgs + [ 'nushell' ]}}"
tags:
- MacOS
- homebrew
- package
- shell