From 8e3e73f46b7df2c7abdf8b1fa3a9f7d2ea023622 Mon Sep 17 00:00:00 2001 From: Mangesh Shinde Date: Mon, 15 Sep 2025 22:25:52 +0530 Subject: [PATCH] Fix CI/CD issues for ssl_certificate_deploy module - Add SPDX license headers for compliance - Add maintainer entry to BOTMETA.yml - Ensure proper copyright information --- .github/BOTMETA.yml | 2 ++ plugins/modules/web_infrastructure/ssl_certificate_deploy.py | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml index b498cdf9ea..873110d393 100644 --- a/.github/BOTMETA.yml +++ b/.github/BOTMETA.yml @@ -8,6 +8,8 @@ automerge: true files: plugins/: supershipit: quidame + plugins/modules/web_infrastructure/ssl_certificate_deploy.py: + maintainers: shindman changelogs/: {} changelogs/fragments/: support: community diff --git a/plugins/modules/web_infrastructure/ssl_certificate_deploy.py b/plugins/modules/web_infrastructure/ssl_certificate_deploy.py index 88d70534e2..e22aaebacd 100644 --- a/plugins/modules/web_infrastructure/ssl_certificate_deploy.py +++ b/plugins/modules/web_infrastructure/ssl_certificate_deploy.py @@ -1,6 +1,9 @@ #!/usr/bin/python # -*- coding: utf-8 -*- +# SPDX-FileCopyrightText: 2024 Mangesh Shinde +# SPDX-License-Identifier: GPL-3.0-or-later + # Copyright: (c) 2024, Mangesh Shinde # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)