--- - ansible.builtin.include_tasks: file: pkgs/nodejs.yml when: pkgconfig_nodejs is undefined - name: add to npmpkgs ansible.builtin.set_fact: npmpkgs: "{{ npmpkgs + [ 'bash-language-server' ] }}"