From 193657e63515b709804d530a91d966c28def16d1 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Thu, 30 Jan 2014 15:23:22 -0600 Subject: [PATCH] CHANGELOG update for the new accelerate remote_user feature --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbccbf32416..65e3c020e07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Major features/changes: * 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 has new parameters (accept_hostkey, key_file, ssh_opts) to ease the usage of git and ssh protocols. +* when using accelerate mode, the daemon will now be restarted when specifying a different remote_user between plays. New modules: