Skip to content

Commit 504b1c2

Browse files
committed
Add node_packages_location and rust_location
1 parent bd5d646 commit 504b1c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

roles/mosh/vars/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ mosh_tmux_local_config_file: '{{ mosh_home_directory }}/.tmux.conf.local'
1818

1919
mosh_yarn_sources_list: /etc/apt/sources.list.d/yarn.list
2020
mosh_node_location: /usr/bin/node
21+
mosh_node_packages_location: '{{ mosh_home_directory }}/.npm-packages'
2122
mosh_yarn_location: /usr/bin/yarn
2223
mosh_n_location: /usr/bin/n
2324

@@ -30,3 +31,5 @@ mosh_dbeaver_download_location: /tmp/dbeaver-ce_latest_amd64.deb
3031

3132
mosh_spotify_location: /usr/bin/spotify
3233
mosh_spotify_sources_list: /etc/apt/sources.list.d/spotify.list
34+
35+
mosh_rust_location: '{{ mosh_home_directory }}/.cargo/bin/rustc'

0 commit comments

Comments
 (0)