From eceaa551d685caeb333695f3f50d3dcd45041911 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 28 Jul 2013 09:14:53 -0400 Subject: [PATCH] correct misnamed variable in changelog. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ca72b377..6dd24a452f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -314,7 +314,7 @@ Bugfixes and Misc Changes: * cowsay able to run out of macports (very important!) * improved logging for fireball mode * nicer error message when talking to an older system that needs a JSON module installed -* 'magic' variable 'inventory_basedir' now gives path to inventory file +* 'magic' variable 'inventory_dir' now gives path to inventory file * 'magic' variable 'vars' works like 'hostvars' but gives global scope variables, useful for debugging in templates mostly * conditionals can be used on plugins like add_host * developers: all callbacks now have access to a ".runner" and ".playbook", ".play", and ".task" object (use getattr, they may not always be set!)