From 308a1811c63edfb9bacafeabf4ca76b040179bb1 Mon Sep 17 00:00:00 2001 From: Joerg Hofrichter Date: Thu, 15 Dec 2022 14:02:06 +0100 Subject: [PATCH] changelog fragment --- .../fragments/5688-opkg-module-install-certain-version.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/5688-opkg-module-install-certain-version.yml diff --git a/changelogs/fragments/5688-opkg-module-install-certain-version.yml b/changelogs/fragments/5688-opkg-module-install-certain-version.yml new file mode 100644 index 00000000000..0b084ce1ab8 --- /dev/null +++ b/changelogs/fragments/5688-opkg-module-install-certain-version.yml @@ -0,0 +1,2 @@ +minor_changes: + - opkg module: allow installing a package in a certain version (https://github.com/ansible-collections/community.general/pull/5688).