summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorFlorian Apolloner <apollo13@users.noreply.github.com>2020-01-17 17:22:06 +0100
committeransibot <ansibot@users.noreply.github.com>2020-01-17 17:22:06 +0100
commita7e4479d018018a6ec288d015cdf64b9a752dac9 (patch)
treed192243c0f196eed166742700873c2ba327780f5 /changelogs
parentfix typo in EXAMPLES (#64932) (diff)
downloadansible-a7e4479d018018a6ec288d015cdf64b9a752dac9.tar.xz
ansible-a7e4479d018018a6ec288d015cdf64b9a752dac9.zip
Fix DNF idempotency. (#66209)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/64963-dnf_idempotence.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/64963-dnf_idempotence.yml b/changelogs/fragments/64963-dnf_idempotence.yml
new file mode 100644
index 0000000000..dc79df3d91
--- /dev/null
+++ b/changelogs/fragments/64963-dnf_idempotence.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - "dnf - Fix idempotence of `state: installed` (https://github.com/ansible/ansible/issues/64963)"