fix pkg_npm

Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
This commit is contained in:
Matthew Stobbs
2025-05-12 12:34:37 -06:00
parent 851603f9c6
commit c5457e744f

View File

@@ -109,7 +109,7 @@
path: "{{ path.pipx }}"
- name: Ensure nodejs and npm are installed
when: pkg_node|length > 0
when: pkg_npm|length > 0
vars:
pkg: nodejs
ansible.builtin.include_tasks: