Skip to content

Commit 3d0849f

Browse files
committed
refactor: Renamed var in meta to work with version
1 parent 0d5d457 commit 3d0849f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

meta/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
dependencies:
33
- 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 }}"
4+
vars:
5+
toolchain_final_dest: "{{ nodejs_toolchain_final_dest }}"
6+
toolchain_url: "{{ nodejs_toolchain_url }}"
7+
toolchain_version: "{{ nodejs_toolchain_version }}"
88
galaxy_info:
99
author: MongoDB
1010
description: Installs NodeJS toolchain

0 commit comments

Comments
 (0)