diff options
author | Florian Apolloner <apollo13@users.noreply.github.com> | 2020-01-17 17:22:06 +0100 |
---|---|---|
committer | ansibot <ansibot@users.noreply.github.com> | 2020-01-17 17:22:06 +0100 |
commit | a7e4479d018018a6ec288d015cdf64b9a752dac9 (patch) | |
tree | d192243c0f196eed166742700873c2ba327780f5 /changelogs | |
parent | fix typo in EXAMPLES (#64932) (diff) | |
download | ansible-a7e4479d018018a6ec288d015cdf64b9a752dac9.tar.xz ansible-a7e4479d018018a6ec288d015cdf64b9a752dac9.zip |
Fix DNF idempotency. (#66209)
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/64963-dnf_idempotence.yml | 2 |
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)" |