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

7 lines
257 B
YAML
Raw Normal View History

2020-03-09 09:11:07 +00:00
- name: 'Download NPM'
unarchive:
src: 'https://ansible-ci-files.s3.amazonaws.com/test/integration/targets/npm/{{ nodejs_path }}.tar.gz'
dest: '{{ remote_tmp_dir }}'
2020-03-09 09:11:07 +00:00
remote_src: yes
creates: '{{ remote_tmp_dir }}/{{ nodejs_path }}.tar.gz'