- name: "[Arch] install nodejs" become: yes community.general.pacman: name: - nodejs - npm when: ansible_distribution == "Archlinux"