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)