Don't check in modules.js either

This commit is contained in:
Michael DeHaan 2012-10-10 18:40:28 -04:00
commit dbeb26ad6d
16 changed files with 16 additions and 2976 deletions

View file

@ -10,7 +10,7 @@ This module is automatically called by playbooks to gather useful variables abou
.. raw:: html
<p>Obtain facts from all hosts and store them indexed by hostname at /tmp/facts.</p> <p><pre>
ansible all -m setup -t /tmp/facts
ansible all -m setup --tree /tmp/facts
</pre></p>
<br/>