--- - name: add nodejs repo import_role: name: apt-repo/nodejs - name: install nodejs apt: name: nodejs state: present