From f1dfddc5e562c9a326b080ee3616ae75752dd735 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 10 Oct 2012 08:32:27 -0400 Subject: [PATCH] Fix typo in autogenerated docs --- library/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/setup b/library/setup index 272183428e..eea5d2e18c 100755 --- a/library/setup +++ b/library/setup @@ -45,7 +45,7 @@ notes: install I(facter) and I(ohai) means you can avoid Ruby-dependencies on your remote systems. examples: - - code: ansible all -m setup -tree /tmp/facts + - code: ansible all -m setup --tree /tmp/facts description: Obtain facts from all hosts and store them indexed by hostname at /tmp/facts. author: Michael DeHaan '''