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
I have used this vars to install java 11 in centos7 and the rpm is not downloaded, the downloaded file is an ASCII file so I think the logic of accepting the license is not running correctly.
oracle_java_use_defaults: no
oracle_java_dir_source: '/usr/local/src'
oracle_java_download_timeout: 60
oracle_java_rpm_filename: 'jdk-11.0.3_linux-x64_bin.rpm'
oracle_java_home: '/usr/java/default'
oracle_java_os_supported: yes
oracle_java_rpm_url: 'https://download.oracle.com/otn/java/jdk/11.0.3+12/37f5e150db5247ab9333b11c1dddcd30/jdk-11.0.3_linux-x64_bin.rpm'
oracle_java_rpm_validate_certs: yes
oracle_java_set_as_default: no
oracle_java_version_string: 11.0.3
The text was updated successfully, but these errors were encountered:
I have used this vars to install java 11 in centos7 and the rpm is not downloaded, the downloaded file is an ASCII file so I think the logic of accepting the license is not running correctly.
The text was updated successfully, but these errors were encountered: