Skip to content

Commit e00466c

Browse files
committed
Add version_added for jdk_facts
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent 97309aa commit e00466c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

plugins/modules/jdk_facts.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
short_description: Retrieve JDK information
2424
description:
2525
- Retrieve information about the installed Java JDK as facts.
26-
options: {}
26+
version_added: 3.0.0
2727
author:
2828
- Webster Mudge <wmudge@cloudera.com>
2929
extends_documentation_fragment:
@@ -38,7 +38,8 @@
3838
support: full
3939
platform:
4040
support: full
41-
seealso:
41+
seealso:
42+
- name: Java version history
4243
description: Java version history
4344
link: https://en.wikipedia.org/wiki/Java_version_history
4445
"""

0 commit comments

Comments
 (0)