From 7f7e2a6941aad3d7fab7f07a096fdc0f1b8f2331 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Mon, 31 Mar 2014 13:17:49 -0400 Subject: [PATCH] Update changelog for #5910 apt now has deb parameter --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c177f545ba..8a597124c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ Major features/changes: - multiple users can connect with different keys, when `accelerate_multi_key = yes` is specified in the ansible.cfg. - daemon lifetime is now based on the time from the last activity, not the time from the daemon's launch. * ansible-playbook now accepts --force-handlers to run handlers even if tasks result in failures +* apt module now accepts "deb" parameter to install local dpkg files New Modules: