From 3602fe7f6192b6519b20f1426decbdd886db0537 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 19 Nov 2012 14:25:46 -0500 Subject: [PATCH] Update changelog notes about with_template --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4faf4896f2..f8a865b2ab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -76,7 +76,7 @@ Plugin changes: * EC2 inventory script now produces nicer failure message if AWS is down (or similar) * plugin loading code now more streamlined * lookup plugins for DNS text records, environment variables, and redis -* added a template lookup plugin (with_template: "{{ some_jinja2 }}") +* added a template lookup plugin (with_template: "filename.j2") * various tweaks to the EC2 inventory plugin * jinja2 filters are now pluggable so it's easy to write your own (to_json/etc, are now impl. as such)