We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5d646 commit 504b1c2Copy full SHA for 504b1c2
roles/mosh/vars/main.yml
@@ -18,6 +18,7 @@ mosh_tmux_local_config_file: '{{ mosh_home_directory }}/.tmux.conf.local'
18
19
mosh_yarn_sources_list: /etc/apt/sources.list.d/yarn.list
20
mosh_node_location: /usr/bin/node
21
+mosh_node_packages_location: '{{ mosh_home_directory }}/.npm-packages'
22
mosh_yarn_location: /usr/bin/yarn
23
mosh_n_location: /usr/bin/n
24
@@ -30,3 +31,5 @@ mosh_dbeaver_download_location: /tmp/dbeaver-ce_latest_amd64.deb
30
31
32
mosh_spotify_location: /usr/bin/spotify
33
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