From cab68bc57919c645d5aec6636bd604eca6328f52 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Wed, 18 Jun 2014 10:42:55 -0500 Subject: [PATCH] Mention that with windows target hosts, fact_path and filter are not currently supported --- system/setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/setup b/system/setup index cc3a5855f1e..c5b408afca3 100644 --- a/system/setup +++ b/system/setup @@ -54,6 +54,8 @@ notes: install I(facter) and I(ohai) means you can avoid Ruby-dependencies on your remote systems. (See also M(facter) and M(ohai).) - The filter option filters only the first level subkey below ansible_facts. + - If the target host is Windows, you will not currently have the ability to use + C(fact_path) or C(filter). author: Michael DeHaan '''