Skip to content

Commit 6ce04d5

Browse files
authored
draft fix for issue 1850, adds detail for running an ad hoc command to gather facts (#1885)
Co-authored-by: Alicia Cozine <[email protected]>
1 parent 946806e commit 6ce04d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docsite/rst/playbook_guide/playbooks_vars_facts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Ansible facts are data related to your remote systems, including operating syste
2020
ansible.builtin.debug:
2121
var: ansible_facts
2222
23-
To see the 'raw' information as gathered, run this command at the command line:
23+
If you have already created an :ref:`inventory<get_started_inventory>` and configured working SSH credentials, you can see the 'raw' information for any host in your inventory by running this :ref:`ad-hoc ansible command<intro_adhoc>` at the command line:
2424

2525
.. code-block:: shell
2626

0 commit comments

Comments
 (0)