From 84485c29ee4ff9ce242bded03b3795144245f574 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Sat, 22 Oct 2016 09:06:33 -0700 Subject: [PATCH] Add changelog for apt_key --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75aafd2f851..b96630c86d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -289,6 +289,9 @@ Ansible Changes By Release * Fix for yum module incorrectly thinking it succeeded in installing packages * Make the default ansible_managed template string into a static string since all of the replacable values lead to non-idempotent behaviour. +* apt_key fixes for when the user specifies a longer key id. These allow more + specific targetting of keys to download while still working around + limitations in the apt-key tool that require shorter key id strings. ###For custom front ends using the API: * ansible.parsing.vault: