Skip to content

Instantly share code, notes, and snippets.

@rsvalerio
Created April 18, 2015 01:10
Show Gist options
  • Save rsvalerio/77b25daf998452d93ba3 to your computer and use it in GitHub Desktop.
Save rsvalerio/77b25daf998452d93ba3 to your computer and use it in GitHub Desktop.
ansible Java 1.7 openjdk
---
- name: Install Java 1.7
yum: name=java-1.7.0-openjdk state=present
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment