From d3ccca2b8de4b68b8e951ffdae84d99c09b6d404 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 10 Oct 2017 10:58:46 -0700 Subject: [PATCH] Add rpm_key fix to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0da843aa46..524d177d131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -119,6 +119,7 @@ Ansible Changes By Release * Fix `sysctl` module to remove etries when `state=absent` (https://github.com/ansible/ansible/issues/29920) * Fix for ec2_group to avoid trying to iterate over None (https://github.com/ansible/ansible/pull/31531) * Fix for ec2_group for a possible KeyError bug (https://github.com/ansible/ansible/pull/31540) +* Fix for the rpm_key module when importing the first gpg key on a system (https://github.com/ansible/ansible/pull/31514)