Skip to content

Commit 0aafa36

Browse files
committed
improved variable documentation.
1 parent a5e5d26 commit 0aafa36

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ An [Ansible](http://www.ansible.com) role to setup Oracle Java Development Kit.
1818

1919
## Role Variables
2020

21-
22-
oracle_java_version | 8 | the Oracle JDK version to be installed. |
23-
oracle_java_state | latest | the package state (see Ansible apt module for more information). |
24-
oracle_java_default | no | make the newly installed Java the default runtime environment. |
21+
| variable | default | description |
22+
|:--------:|:-------:|:------------|
23+
| oracle_java_version | 8 | the Oracle JDK version to be installed. |
24+
| oracle_java_state | latest | the package state (see Ansible apt module for more information). |
25+
| oracle_java_default | no | make the newly installed Java the default runtime environment. |
26+
| oracle_java_cache_valid_time | 3600 | the amount of time in seconds the apt cache is valid. |
2527

2628

2729
## Dependencies
@@ -37,6 +39,7 @@ For Debian and Ubuntu this role depends on:
3739
roles:
3840
- { role: ansiblebit.oracle-java, oracle_java_default: yes }
3941

42+
4043
## Changelog
4144

4245
- v0.0.8 : 30 April 2015

0 commit comments

Comments
 (0)