1 2 3 4 5 6 7 8 9
--- - name: add nodejs repo import_role: name: apt-repo/nodejs - name: install nodejs apt: name: nodejs state: present