NPM integration tests: use ansible-ci-files
This commit is contained in:
parent
a69445e218
commit
0db98d7d71
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
- name: 'Download NPM'
|
||||
unarchive:
|
||||
src: 'https://nodejs.org/dist/v{{ nodejs_version }}/{{ nodejs_path }}.tar.gz'
|
||||
src: 'https://ansible-ci-files.s3.amazonaws.com/test/integration/targets/npm/{{ nodejs_path }}.tar.gz'
|
||||
dest: '{{ output_dir }}'
|
||||
remote_src: yes
|
||||
creates: '{{ output_dir }}/{{ nodejs_path }}.tar.gz'
|
||||
|
|
Loading…
Reference in a new issue