Skip to content

Commit 4a5dbe7

Browse files
committed
README.md: updated used variables.
1 parent 1fc9afb commit 4a5dbe7

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ An [Ansible](http://www.ansible.com) role to setup Oracle Java Development Kit.
1515
DISCLAIMER: usage of any version of this role implies you have accepted the
1616
[Oracle Binary Code License Agreement for Java SE](http://www.oracle.com/technetwork/java/javase/terms/license/index.html).
1717

18-
**WARNING**: in RedHat based distributions, if you want to use `oracle_java_version_update: 121`, you'll have to set `oracle_java_rpm_url: "http://download.oracle.com/otn-pub/java/jdk/{{ oracle_java_version }}u{{ oracle_java_version_update }}-b{{ oracle_java_version_build }}/e9e7ea248e2c4826b92b3f075a80e441/{{ oracle_java_rpm_filename }}"`.
19-
2018

2119
## Tests
2220

@@ -70,8 +68,6 @@ DISCLAIMER: usage of any version of this role implies you have accepted the
7068
|--:|:-:|:--|
7169
| oracle_java_dir_source | /usr/local/src | directory where to store the RPM files. |
7270
| oracle_java_home | /usr/java/jdk1.{{ oracle_java_version }}.0_{{ oracle_java_version_update }} | the location of the Java home directory. |
73-
| oracle_java_rpm_filename | jdk-{{ oracle_java_version }}u{{ oracle_java_version_update }}-linux-x64.rpm | the filename of the RPM. |
74-
| oracle_java_rpm_url | http://download.oracle.com/otn-pub/java/jdk/{{ oracle_java_version }}u{{ oracle_java_version_update }}-b{{ oracle_java_version_build }}/{{ oracle_java_rpm_filename }} | the URL where the RPM can be downloaded from. |
7571
| oracle_java_rpm_validate_certs | yes | flag to indicate if you want SSL certificate validation. |
7672

7773

tasks/debug.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
- oracle_java_home
1313
- oracle_java_installed
1414
- oracle_java_os_supported
15-
- oracle_java_rpm_filename
1615
- oracle_java_set_as_default
17-
- oracle_java_rpm_url
1816
- oracle_java_state
1917
- oracle_java_version_build
2018
- oracle_java_version_installed

0 commit comments

Comments
 (0)