You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the script is copied to /etc/init.d directory (with execute permissions), but it seems not executed because immediately printing JAVA_HOME gives blank string. But on logging out and re-login, it gives appropriate value.
INFO: Works fine with CentOS 7.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
Note: On CentOS 7 also, when I run it with ansible_connection=local, it does not set JAVA_HOME. I have to close the terminal and start it again to successfully echo JAVA_HOME.
After using the role for installing JDK with following parameters:
java_version: 8
java_subversion: 91
java_set_javahome: true
the script is copied to /etc/init.d directory (with execute permissions), but it seems not executed because immediately printing JAVA_HOME gives blank string. But on logging out and re-login, it gives appropriate value.
INFO: Works fine with CentOS 7.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: