cloudera / cloudera-playbook

Cloudera deployment automation with Ansible
Apache License 2.0
198 stars 187 forks source link

Playbook fails when trying to install OpenJDK 11 #53

Closed dbeech closed 4 years ago

dbeech commented 4 years ago

The JCE installation code tries to check/edit the file $JAVA_HOME/jre/lib/security/java.security but this does not exist after installation of java-11-openjdk-devel package. We need to ignore errors or skip that task.