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

4
tasks/main.yml Normal file
View file

@ -0,0 +1,4 @@
---
- name: Include OS-specific variables.
include_vars: "{{ ansible_os_family }}.yml"
- include: java.yml