File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
nodejs_toolchain_final_dest : /opt/node
3
3
nodejs_toolchain_npmrc_dest : " ~{{ nodejs_toolchain_user }}/.npmrc"
4
4
nodejs_toolchain_version : " "
5
- nodejs_toolchain_url : https://s3.amazonaws.com/boxes.10gen.com/build/node-{{ nodejs_toolchain_version }}-{{ distro }}-x64 .tar.gz
5
+ nodejs_toolchain_url : https://s3.amazonaws.com/boxes.10gen.com/build/node-{{ nodejs_toolchain_version }}-{{ distro }}-{{ architecture }} .tar.gz
6
6
nodejs_toolchain_user : " "
Original file line number Diff line number Diff line change 2
2
distro_dict :
3
3
Debian : linux
4
4
Darwin : darwin
5
+ RedHat : linux
5
6
distro : " {{ distro_dict[ansible_os_family] }}"
6
7
architecture_dict :
7
- x86_64 : amd64
8
+ x86_64 : x64
9
+ ppc64le : ppc64le
8
10
architecture : " {{ architecture_dict[ansible_architecture] }}"
You can’t perform that action at this time.
0 commit comments