diff --git a/README.md b/README.md index 32d425f..c369244 100644 --- a/README.md +++ b/README.md @@ -121,10 +121,13 @@ This role has been tested against the following distributions and Ansible versio A single star means the build may fail, it's marked as an experimental build. -Upstream version(s) +Included version(s) ------------------- -This role [lists a version](https://github.com/robertdebock/ansible-role-java/blob/master/vars/main.yml) that's related to the [upstream project](https://www.oracle.com/technetwork/java/javaseproducts/downloads/index.html). +This role [refers to a version](https://github.com/robertdebock/ansible-role-java/blob/master/vars/main.yml) released by Oracle. Check the released version(s) here: +- [java](https://www.oracle.com/technetwork/java/javaseproducts/downloads/index.html). + +This version reference means a role may get outdated. Monthly tests occur to see if [bit-rot](https://en.wikipedia.org/wiki/Software_rot) occured. If you however find a problem, please create an issue, I'll get on it as soon as possible. Testing ------- diff --git a/meta/version.md b/meta/version.md deleted file mode 100644 index 84e1deb..0000000 --- a/meta/version.md +++ /dev/null @@ -1 +0,0 @@ -This role [lists a version](https://github.com/robertdebock/ansible-role-java/blob/master/vars/main.yml) that's related to the [upstream project](https://www.oracle.com/technetwork/java/javaseproducts/downloads/index.html). diff --git a/meta/version.yml b/meta/version.yml new file mode 100644 index 0000000..55f1f8a --- /dev/null +++ b/meta/version.yml @@ -0,0 +1,6 @@ +--- +project_name: Oracle +reference: "https://github.com/robertdebock/ansible-role-java/blob/master/vars/main.yml" +versions: + - name: java + url: "https://www.oracle.com/technetwork/java/javaseproducts/downloads/index.html"