Skip to content

Commit 0d5d457

Browse files
committed
refactor: Changed dest variable name to final dest
1 parent baf1cd9 commit 0d5d457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
nodejs_toolchain_dest: /opt
2+
nodejs_toolchain_final_dest: /opt/node
33
nodejs_toolchain_npmrc_dest: "~{{ nodejs_toolchain_user }}/.npmrc"
44
nodejs_toolchain_version: ""
55
nodejs_toolchain_url: https://s3.amazonaws.com/boxes.10gen.com/build/node-{{ nodejs_toolchain_version }}-{{ distro }}-x64.tar.gz

0 commit comments

Comments
 (0)