Skip to content

Commit

Permalink
Initial Release Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psabhyan committed Dec 13, 2017
1 parent bc966c7 commit 268589f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
- name: install java
yum:
pkg: "{{item}}"
state: latest
with_items:
- java-{{version}}-openjdk
- java-{{version}}-openjdk-devel

0 comments on commit 268589f

Please sign in to comment.