Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Centos7 - java 11 - Rpm is not downloaded correctly #121

Open
fjbejarano opened this issue Dec 15, 2021 · 0 comments
Open

Centos7 - java 11 - Rpm is not downloaded correctly #121

fjbejarano opened this issue Dec 15, 2021 · 0 comments

Comments

@fjbejarano
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant