From 150495a15f15de77f5e13c07ec59c954eaf94533 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 24 Oct 2022 21:02:03 +0200 Subject: [PATCH] Fix broken changelog fragment. (cherry picked from commit c88f0f4ca03850798b36712bc5a570b3070fe6d9) --- changelogs/fragments/3671-illumos-pfexec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelogs/fragments/3671-illumos-pfexec.yml b/changelogs/fragments/3671-illumos-pfexec.yml index b1fcdb31ea..4c82ebc2e5 100644 --- a/changelogs/fragments/3671-illumos-pfexec.yml +++ b/changelogs/fragments/3671-illumos-pfexec.yml @@ -1,2 +1,2 @@ -minor_changes: - - "become_pfexec - remove superflous quotes preventing exe wrap from working as expected, fixes #3671, see https://github.com/ansible-collections/community.general/issues/3671#issuecomment-1174906473" +bugfixes: + - "pfexec become plugin - remove superflous quotes preventing exe wrap from working as expected (https://github.com/ansible-collections/community.general/issues/3671, https://github.com/ansible-collections/community.general/pull/3889)."