From 47ec4f62d58721c4a4155e6759f9eeb82921d9d7 Mon Sep 17 00:00:00 2001 From: Mike Aldred Date: Thu, 19 Mar 2026 23:23:48 +0800 Subject: [PATCH] Update changelog fragment with PR number --- changelogs/fragments/pfexec-fix-defaults.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelogs/fragments/pfexec-fix-defaults.yml b/changelogs/fragments/pfexec-fix-defaults.yml index 7975c9e772..c714e833d3 100644 --- a/changelogs/fragments/pfexec-fix-defaults.yml +++ b/changelogs/fragments/pfexec-fix-defaults.yml @@ -1,3 +1,3 @@ bugfixes: - - "pfexec become plugin - fix default ``become_flags`` from ``-H -S -n`` (sudo flags) to empty string, as ``pfexec`` does not accept these options (https://github.com/ansible-collections/community.general/pull/XXXXX)." - - "pfexec become plugin - change default ``wrap_exe`` from ``false`` to ``true``, as ``pfexec`` does not interpret shell constructs internally and requires commands to be wrapped in a shell invocation (https://github.com/ansible-collections/community.general/pull/XXXXX)." + - "pfexec become plugin - fix default ``become_flags`` from ``-H -S -n`` (sudo flags) to empty string, as ``pfexec`` does not accept these options (https://github.com/ansible-collections/community.general/pull/11623)." + - "pfexec become plugin - change default ``wrap_exe`` from ``false`` to ``true``, as ``pfexec`` does not interpret shell constructs internally and requires commands to be wrapped in a shell invocation (https://github.com/ansible-collections/community.general/pull/11623)."