From 9e52d5a55062a790977c7d583c349ced87111159 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Thu, 23 Jan 2014 16:27:27 -0500 Subject: [PATCH] Update changelog with new git module information --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c958c99353b..6a444ce8bf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Major features/changes: * only_if, which is much older than when_foo and was deprecated, is similarly removed. * ssh connection plugin is now more efficient if you add 'pipelining=True' in ansible.cfg under [ssh_connection], see example.cfg * localhost/127.0.0.1 is not required to be in inventory if referenced, if not in inventory, it does not implicitly appear in the 'all' group. +* git module now takes sshopts and keyfile parameters to override how git calls ssh New modules: