diff --git a/docsite/rst/modules/setup.rst b/docsite/rst/modules/setup.rst index d3874d172b..c40f58b67b 100644 --- a/docsite/rst/modules/setup.rst +++ b/docsite/rst/modules/setup.rst @@ -10,7 +10,7 @@ This module is automatically called by playbooks to gather useful variables abou .. raw:: html
Obtain facts from all hosts and store them indexed by hostname at /tmp/facts.
- ansible all -m setup -tree /tmp/facts + ansible all -m setup -t /tmp/facts