William-Yeh / ansible-oracle-java

An Ansible role that installs Oracle JDK, in the format for Ansible Galaxy.
https://galaxy.ansible.com/williamyeh/oracle-java/
Apache License 2.0
170 stars 133 forks source link

fix when condition for rpm and tar.gz download #50

Closed ru-rocker closed 7 years ago

ru-rocker commented 7 years ago

When running jdk installation in CentOS, jdk is downloaded twice, first the rpm and second the tar.gz

I fix the problem in file task/fetch.yml, for changing the condition from or to and

William-Yeh commented 7 years ago

Adopted. Thanks for your contribution.