Skip to content

Commit

Permalink
Correct helm_info return type docs for app_version (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotblackburn authored May 21, 2021
1 parent f9ee1f0 commit e112417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/kubernetes.core.helm_info_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Common return values are documented `here <https://docs.ansible.com/ansible/late
<td class="elbow-placeholder">&nbsp;</td>
<td colspan="1">
<div class="ansibleOptionAnchor" id="return-"></div>
<b>appversion</b>
<b>app_version</b>
<a class="ansibleOptionLink" href="#return-" title="Permalink to this return value"></a>
<div style="font-size: small">
<span style="color: purple">string</span>
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/helm_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
description: A dictionary of status output
returned: only when release exists
contains:
appversion:
app_version:
type: str
returned: always
description: Version of app deployed
Expand Down

0 comments on commit e112417

Please sign in to comment.