mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
corrected common headers
This commit is contained in:
parent
afbe3bd63f
commit
0aad46c85b
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
.. _common_return_values:
|
.. _common_return_values:
|
||||||
|
|
||||||
Common Return Values
|
Common Return Values
|
||||||
====================
|
--------------------
|
||||||
|
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
@ -62,8 +62,10 @@ stdout_lines
|
||||||
````````````
|
````````````
|
||||||
When c(stdout) is returned, Ansible always provides a list of strings, each containing one item per line from the original output.
|
When c(stdout) is returned, Ansible always provides a list of strings, each containing one item per line from the original output.
|
||||||
|
|
||||||
|
|
||||||
Internal use
|
Internal use
|
||||||
============
|
------------
|
||||||
|
|
||||||
These keys can be added by modules but will be removed from registered variables; they are 'consumed' by Ansible itself.
|
These keys can be added by modules but will be removed from registered variables; they are 'consumed' by Ansible itself.
|
||||||
|
|
||||||
ansible_facts
|
ansible_facts
|
||||||
|
|
Loading…
Reference in a new issue