From d9fd175b8ba055222b0109750ddc695aadcda7f7 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 5 Apr 2013 14:43:54 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f32473ca34d..fa3c25a00c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Core Features: a whole group or serial block needing to fail usable, without breaking the ability to override in ansible * ability to use variables from {{ }} syntax in mainline playbooks (work in progress) +* can set ansible_private_key_file as an inventory variable (similar to ansible_ssh_host, etc) Modules added