mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 12:44:22 -07:00
playbooks_variables.rst: fix facts code-block (#38520)
This commit is contained in:
parent
f1e41cbb36
commit
5297eac46d
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ To see what information is available, try the following::
|
||||||
|
|
||||||
This will return a large amount of variable data, which may look like this, as taken from Ansible 1.4 running on a Ubuntu 12.04 system
|
This will return a large amount of variable data, which may look like this, as taken from Ansible 1.4 running on a Ubuntu 12.04 system
|
||||||
|
|
||||||
.. code-block: json
|
.. code-block:: json
|
||||||
|
|
||||||
{
|
{
|
||||||
"ansible_all_ipv4_addresses": [
|
"ansible_all_ipv4_addresses": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue