diff --git a/tasks/main.yml b/tasks/main.yml index affb5db..f1a60d3 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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: