From 60d64251f8e20e5e6b451ce59466d6a9922be8b8 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 14 Jul 2012 19:49:42 -0400 Subject: Allow gather_facts: False in a playbook as a way of disabling the fact step if you know you aren't going to need it. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 837ad67516..0df92c1d6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ Ansible Changes By Release * error reporting if with_items value is unbound * with_items no longer creates lots of tasks, creates one task that makes multiple calls * can use host_specific facts inside with_items (see above) +* at the top level of a playbook, set 'gather_facts: False' to skip fact gathering 0.5 "Amsterdam" ------- July 04, 2012 -- cgit v1.2.1