common_return_values.rst: add missing closing parenthesis (#54487)
parent
75d733afd2
commit
d3f2f600c7
|
@ -6,7 +6,7 @@ Return Values
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
Ansible modules normally return a data structure that can be registered into a variable, or seen directly when output by
|
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.
|
This document covers return values common to all modules.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue