more packages fixed
- removed nushell. Not using it, not going to use again anytime soon
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
# vim: set filetype=yaml.ansible :
|
||||
---
|
||||
- ansible.builtin.include_vars:
|
||||
file: nushell.yml
|
||||
name: _nushell
|
||||
|
||||
- name: install nushell via cargo
|
||||
become: true
|
||||
ansible.builtin.command:
|
||||
cmd:
|
||||
- cargo
|
||||
- install
|
||||
- --root
|
||||
- "{{ _nushell.install_prefix }}"
|
||||
- "{{ nuitem }}"
|
||||
- --locked
|
||||
loop_control:
|
||||
loop_var: nuitem
|
||||
loop: "{{ _nushell.nu_pkgs_list }}"
|
||||
Reference in New Issue
Block a user