mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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
|
||||
|
||||
.. code-block: json
|
||||
.. code-block:: json
|
||||
|
||||
{
|
||||
"ansible_all_ipv4_addresses": [
|
||||
|
|
Loading…
Reference in a new issue