mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
common_return_values.rst: add missing closing parenthesis (#54487)
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user