Skip to content

Commit fcffd63

Browse files
committed
Sanjana | enabled jdk installation
1 parent 69c7de3 commit fcffd63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Vagrantfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
1818
shr.vm.provision "ansible" do |ansible|
1919
ansible.inventory_path = "../FreeSHR-Playbooks/local"
2020
ansible.playbook = "../FreeSHR-Playbooks/all.yml"
21+
ansible.extra_vars= { java_runtime: "jdk" }
2122
ansible.tags = ["setup", "datasense"]
2223
ansible.vault_password_file = "~/.vaultpass.txt"
2324
end

0 commit comments

Comments
 (0)