mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
extended return value explanation
This commit is contained in:
parent
94909bd4a2
commit
690d227034
1 changed files with 3 additions and 2 deletions
|
@ -3,8 +3,9 @@ Common Return Values
|
||||||
|
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
Ansible modules normally return a data structure that can be registered into a variable,
|
Ansible modules normally return a data structure that can be registered into a variable, or seen directly when using
|
||||||
or seen directly when using the `ansible` program as output.
|
the `ansible` program as output. Here we document the values common to all modules, each module can optionally document
|
||||||
|
it's own unique returns. If these docs exist they will be visible through ansible-doc and https://docs.ansible.com.
|
||||||
|
|
||||||
.. _facts:
|
.. _facts:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue