Skip to content
Snippets Groups Projects
Commit d4baf846 authored by jurgenhaas's avatar jurgenhaas
Browse files

Switch to OpenJDK

parent 401baa57
Branches develop
No related tags found
No related merge requests found
......@@ -3,11 +3,11 @@
- name: "Apt Repository"
apt_repository:
repo='deb http://ppa.launchpad.net/webupd8team/java/ubuntu trusty main'
repo='deb http://ppa.launchpad.net/openjdk-r/ppa/ubuntu trusty main'
state='present'
- name: "Install Agent"
apt:
pkg='oracle-java8-installer'
pkg='openjdk-8-jre'
state='installed'
update_cache=yes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment