common_return_values.rst: add missing closing parenthesis (#54487)

pull/54697/head
Kenyon Ralph 5 years ago committed by René Moser
parent 75d733afd2
commit d3f2f600c7

@ -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…
Cancel
Save