From 373ecfb53787ba4fa06082de2ab441e064a7cea0 Mon Sep 17 00:00:00 2001 From: David Lundgren Date: Tue, 15 Jul 2025 13:12:31 -0500 Subject: [PATCH] sysrc: Add bugfixes changelog fragment --- changelogs/fragments/10417-sysrc-refactor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelogs/fragments/10417-sysrc-refactor.yml b/changelogs/fragments/10417-sysrc-refactor.yml index f8ecff4d65..9930f4758e 100644 --- a/changelogs/fragments/10417-sysrc-refactor.yml +++ b/changelogs/fragments/10417-sysrc-refactor.yml @@ -1,2 +1,4 @@ minor_changes: - sysrc - adjustments to the code (https://github.com/ansible-collections/community.general/pull/10417). +bugfixes: + - sysrc - fixes parsing with multi-line variables (https://github.com/ansible-collections/community.general/issues/10394). \ No newline at end of file