mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
NPM integration tests: use ansible-ci-files
This commit is contained in:
committed by
Matt Clay
parent
a69445e218
commit
0db98d7d71
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user