From 0e495aae75be248460a8c28fa7a759a64baaf524 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 17 Aug 2025 22:35:33 +0200 Subject: [PATCH] Add missing changelog fragment. --- changelogs/fragments/10680-composer.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/10680-composer.yml diff --git a/changelogs/fragments/10680-composer.yml b/changelogs/fragments/10680-composer.yml new file mode 100644 index 0000000000..d94debf511 --- /dev/null +++ b/changelogs/fragments/10680-composer.yml @@ -0,0 +1,2 @@ +bugfixes: + - "composer - fix broken command lines (https://github.com/ansible-collections/community.general/issues/10662, https://github.com/ansible-collections/community.general/pull/10669)."