ansible-java-role icon indicating copy to clipboard operation
ansible-java-role copied to clipboard

JAVA_HOME is not set

Open themnd opened this issue 9 years ago • 1 comments

When installing oracle java 7 the JAVA_HOME is not set.

I've used:

   - java_packages:
     - oracle-java7-installer
  roles:
    - { role: smola.java }

something like this would wonderful:

   - java_packages:
     - oracle-java7-installer
   - java_home_set: true
  roles:
    - { role: smola.java }

themnd avatar Aug 14 '15 13:08 themnd

any chance for implementing this?

typekpb avatar Mar 27 '18 18:03 typekpb