Add rpm_key fix to changelog

This commit is contained in:
Toshio Kuratomi 2017-10-10 10:58:46 -07:00
parent ead2fc5a64
commit d3ccca2b8d

View file

@ -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)
<a id="2.4"></a>