azavea / ansible-java

An Ansible role for installing Java.
Apache License 2.0
4 stars 14 forks source link

Update default version #12

Closed flibbertigibbet closed 8 years ago

hectcastro commented 8 years ago

I had to remove the version specified in the example in order to get it to work:

❯ git diff
diff --git a/examples/site.yml b/examples/site.yml
index 8f2e997..59cdb7b 100644
--- a/examples/site.yml
+++ b/examples/site.yml
@@ -7,7 +7,7 @@

   roles:
     # OpenJDK 7
-    - { role: "azavea.java", java_version: "7u75*" }
+    - { role: "azavea.java" }
     # OpenJDK 8 does not exist in the supported platforms of this role
     # Oracle Java 7
     #- { role: "azavea.java", java_version: "7u76*", java_flavor: "oracle", java_oracle_accept_license_agreement: True }

:+1: