From 0a28358ebcf1f78b294674dae3b2635c03eeef90 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 29 May 2013 18:27:16 -0400 Subject: [PATCH] Minor docs tweak. --- docsite/latest/rst/examples.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docsite/latest/rst/examples.rst b/docsite/latest/rst/examples.rst index 22c8a33eff9..4c8abf7d2e7 100644 --- a/docsite/latest/rst/examples.rst +++ b/docsite/latest/rst/examples.rst @@ -216,11 +216,12 @@ shell commands or software upgrades only. Backgrounding the copy module does no Gathering Facts ``````````````` -For each system facts are gathered. These can be used to implement conditional execution of tasks but also just to get ad-hoc information about your system. You can see all facts via:: +Facts are described in the playbooks section and represent discovered variables about a +system. These can be used to implement conditional execution of tasks but also just to get ad-hoc information about your system. You can see all facts via:: $ ansible all -m setup -Its also possible to filter via and export the facts, see the "setup" module documentation for details how to do that. +Its also possible to filter this output to just export certain facts, see the "setup" module documentation for details. Limiting Selected Hosts