Browse code

correct misnamed variable in changelog.

Michael DeHaan authored on 2013/07/28 22:14:53
Showing 1 changed files
... ...
@@ -314,7 +314,7 @@ Bugfixes and Misc Changes:
314 314
 * cowsay able to run out of macports (very important!)
315 315
 * improved logging for fireball mode
316 316
 * nicer error message when talking to an older system that needs a JSON module installed
317
-* 'magic' variable 'inventory_basedir' now gives path to inventory file
317
+* 'magic' variable 'inventory_dir' now gives path to inventory file
318 318
 * 'magic' variable 'vars' works like 'hostvars' but gives global scope variables, useful for debugging in templates mostly
319 319
 * conditionals can be used on plugins like add_host
320 320
 * developers: all callbacks now have access to a ".runner" and ".playbook", ".play", and ".task" object (use getattr, they may not always be set!)