RedHat and Debian complete

This commit is contained in:
Robin Clarke 2015-05-13 09:45:55 +02:00
parent 4b8550f6ef
commit 3aecd58b59
11 changed files with 76 additions and 63 deletions

6
tasks/java-RedHat.yml Normal file
View file

@ -0,0 +1,6 @@
---
# RedHat specific Java
- name: RedHat - Ensure Java is installed.
yum: name={{ item }} state=latest
with_items: java_packages