common_return_values.rst: add missing closing parenthesis (#54487)
This commit is contained in:
parent
75d733afd2
commit
d3f2f600c7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Return Values
|
|||
.. contents:: Topics
|
||||
|
||||
Ansible modules normally return a data structure that can be registered into a variable, or seen directly when output by
|
||||
the `ansible` program. Each module can optionally document its own unique return values (visible through ansible-doc and on the :ref:`main docsite<ansible_documentation>`.
|
||||
the `ansible` program. Each module can optionally document its own unique return values (visible through ansible-doc and on the :ref:`main docsite<ansible_documentation>`).
|
||||
|
||||
This document covers return values common to all modules.
|
||||
|
||||
|
|
Loading…
Reference in a new issue