From d5182f5c9212b98c5f374f361e3e32af4e0036a4 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 31 May 2013 16:08:29 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 162fda7fcb8..64b448c6d37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ Core Features: * added a log file for ansible/ansible-playbook, set 'log_path' in the configuration file or ANSIBLE_LOG_PATH in environment * debug mode always outputs debug in playbooks, without needing to specify -v * external inventory script added for Spacewalk / Red Hat Satellite servers +* It is now possible to feed JSON structures to --extra-vars. Pass in a JSON dictionary/hash to feed in complex data. Modules added: