Update changelog for #5910 apt now has deb parameter

This commit is contained in:
James Tanner 2014-03-31 13:17:49 -04:00
parent c751168895
commit 7f7e2a6941

View file

@ -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: