remove jenkins and jave submodule definitions

This commit is contained in:
2015-09-27 11:28:57 -04:00
parent 867a6dffb8
commit fd770130ff
15 changed files with 264 additions and 8 deletions

12
roles/java/tasks/main.yml Normal file
View File

@@ -0,0 +1,12 @@
---
# tasks/main.yml
# define tasks here
# install packages
- name: Update apt cache.
apt: update_cache=yes cache_valid_time=86400
- name: Ensure Java is installed.
apt: "name={{ item }} state=installed"
with_items: java_packages