From 0b4f0887bc7009355e115ee9f4b82c28fb7963ae Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Mon, 13 May 2024 07:25:51 -0700 Subject: [PATCH] add missing package --- autocatalog.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/autocatalog.cfg b/autocatalog.cfg index f73a6d2..b481cce 100644 --- a/autocatalog.cfg +++ b/autocatalog.cfg @@ -33728,3 +33728,11 @@ package { include_filter: "libcpuid-devel.x86_64" } } +package { + name: "ansible-collection-microsoft-sql" + type: PACKAGE_TYPE_NORMAL_FORK + repository { + name: "AppStream" + include_filter: "ansible-collection-microsoft-sql.noarch" + } +}