Skip to content

Commit

Permalink
draft fix for issue 1850, adds detail for running an ad hoc command t…
Browse files Browse the repository at this point in the history
…o gather facts
  • Loading branch information
acozine committed Sep 13, 2024
1 parent 8ed3fc7 commit a23306a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docsite/rst/playbook_guide/playbooks_vars_facts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Ansible facts are data related to your remote systems, including operating syste
ansible.builtin.debug:
var: ansible_facts
To see the 'raw' information as gathered, run this command at the command line:
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:

.. code-block:: shell
Expand Down

0 comments on commit a23306a

Please sign in to comment.