From 027dd6e67bf8425c79184626f37bd4c02aea09e8 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 8 Oct 2015 09:59:09 -0700 Subject: [PATCH] Note the second fix to yum module (state=latest and name is a wildcard) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11ded5d5ba4..5123278f771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ Other Notable Changes: ## 1.9.4 "Dancing In the Street" - TBD * Fixes a bug where yum state=latest would error if there were no updates to install. +* Fixes a bug where yum state=latest did not work with wildcard package names. * Fixes a bug in lineinfile relating to escape sequences. * Fixes a bug where vars_prompt was not keeping passwords private by default. * Fix ansible-galaxy and the hipchat callback plugin to check that the host it