Install Java on Debian

This commit is contained in:
Robin Clarke 2015-05-11 16:51:33 +02:00
parent af5fdec2f2
commit f504a1a5e9
6 changed files with 64 additions and 0 deletions

5
vars/Debian.yml Normal file
View file

@ -0,0 +1,5 @@
---
__java_packages:
- "oracle-java8-installer"
__java_repos:
- "ppa:webupd8team/java"