- name: Install nodejs become: true apt: name: [ "nodejs", "npm" ] tags: - install - productivity - nodejs