mirror of https://github.com/ansible/ansible.git
[dnf] show installations/removals in check_mode (#70892)
Change: - Previously, we only showed that something would have changed, not what would have changed. This allows us to show what will chang as well. Test Plan: - Local RHEL8 VM - New integration tests Tickets: - Fixes #66132 Signed-off-by: Rick Elrod <rick@elrod.me>pull/70950/head
parent
ae42d5ebdc
commit
7d32129efb
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- dnf - now shows specific package changes (installations/removals) under ``results`` in check_mode. (https://github.com/ansible/ansible/issues/66132)
|
Loading…
Reference in New Issue