From 6b5f19a796fc9d8042af11464337b7483ce4d7de Mon Sep 17 00:00:00 2001 From: mxxcon Date: Tue, 9 Oct 2012 20:41:26 -0300 Subject: [PATCH] Typo in example section for 'setup' module. --- docsite/rst/modules/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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