We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c7de3 commit fcffd63Copy full SHA for fcffd63
Vagrantfile
@@ -18,6 +18,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
18
shr.vm.provision "ansible" do |ansible|
19
ansible.inventory_path = "../FreeSHR-Playbooks/local"
20
ansible.playbook = "../FreeSHR-Playbooks/all.yml"
21
+ ansible.extra_vars= { java_runtime: "jdk" }
22
ansible.tags = ["setup", "datasense"]
23
ansible.vault_password_file = "~/.vaultpass.txt"
24
end
0 commit comments