From 99240b2ee15f857bc1f131c0e2cae35061675b47 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 2 Feb 2016 10:51:41 -0800 Subject: [PATCH] Note the dnf fix --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a67f7ad82e4..8643aa1c478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,6 +60,9 @@ Ansible Changes By Release disabled pipelining. * Fix fetch module failing even if fail_on_missing is set to False * Fix for cornercase when local connections, sudo, and raw were used together. +* Fix dnf module to remove dependent packages when state=absent is specified. + This was a feature of the 1.9.x version that was left out by mistake when the + module was rewritten for 2.0. ## 2.0 "Over the Hills and Far Away" - Jan 12, 2016