mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #1276 from mxxcon/patch-1
Typo in example section for 'setup' module docs.
This commit is contained in:
commit
bbf95abc8f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ This module is automatically called by playbooks to gather useful variables abou
|
||||||
.. raw:: html
|
.. raw:: html
|
||||||
|
|
||||||
<p>Obtain facts from all hosts and store them indexed by hostname at /tmp/facts.</p> <p><pre>
|
<p>Obtain facts from all hosts and store them indexed by hostname at /tmp/facts.</p> <p><pre>
|
||||||
ansible all -m setup -tree /tmp/facts
|
ansible all -m setup -t /tmp/facts
|
||||||
</pre></p>
|
</pre></p>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue