summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-07-14 19:49:42 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2012-07-14 19:49:42 -0400
commit60d64251f8e20e5e6b451ce59466d6a9922be8b8 (patch)
tree69e9b99124373fe7689e8bab5317da6fb4a018d3 /CHANGELOG.md
parent3466ad5e453a4ce06aa7755276679c113695950a (diff)
downloadansible-60d64251f8e20e5e6b451ce59466d6a9922be8b8.tar.gz
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.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
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