We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5d457 commit 3d0849fCopy full SHA for 3d0849f
meta/main.yml
@@ -1,10 +1,10 @@
1
---
2
dependencies:
3
- role: ansible-role-toolchain
4
- toolchain_creates_directory: "{{ nodejs_toolchain_dest }}/node"
5
- toolchain_dest: "{{ nodejs_toolchain_dest }}"
6
- toolchain_list_files: true
7
- toolchain_url: "{{ nodejs_toolchain_url }}"
+ vars:
+ toolchain_final_dest: "{{ nodejs_toolchain_final_dest }}"
+ toolchain_url: "{{ nodejs_toolchain_url }}"
+ toolchain_version: "{{ nodejs_toolchain_version }}"
8
galaxy_info:
9
author: MongoDB
10
description: Installs NodeJS toolchain
0 commit comments