community.general/test/integration/targets/npm/tasks/setup.yml

7 lines
225 B
YAML
Raw Normal View History

- name: 'Download NPM'
unarchive:
src: 'https://nodejs.org/dist/v{{ nodejs_version }}/{{ nodejs_path }}.tar.gz'
dest: '{{ output_dir }}'
remote_src: yes
creates: '{{ output_dir }}/{{ nodejs_path }}.tar.gz'