Note the dnf fix
This commit is contained in:
parent
481d56b789
commit
99240b2ee1
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,9 @@ Ansible Changes By Release
|
||||||
disabled pipelining.
|
disabled pipelining.
|
||||||
* Fix fetch module failing even if fail_on_missing is set to False
|
* 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 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
|
## 2.0 "Over the Hills and Far Away" - Jan 12, 2016
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue