We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97309aa commit e00466cCopy full SHA for e00466c
plugins/modules/jdk_facts.py
@@ -23,7 +23,7 @@
23
short_description: Retrieve JDK information
24
description:
25
- Retrieve information about the installed Java JDK as facts.
26
-options: {}
+version_added: 3.0.0
27
author:
28
- Webster Mudge <wmudge@cloudera.com>
29
extends_documentation_fragment:
@@ -38,7 +38,8 @@
38
support: full
39
platform:
40
41
- seealso:
+seealso:
42
+ - name: Java version history
43
description: Java version history
44
link: https://en.wikipedia.org/wiki/Java_version_history
45
"""
0 commit comments