- name: Install NodeJS and NPM packages yum: pkg={{item}} state=installed sudo: yes with_items: - nodejs - npm