mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 13:19:13 +00:00
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
This commit is contained in:
parent
75c4e6484f
commit
8e3e73f46b
2 changed files with 5 additions and 0 deletions
2
.github/BOTMETA.yml
vendored
2
.github/BOTMETA.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# SPDX-FileCopyrightText: 2024 Mangesh Shinde <mangesh.shinde@example.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
# Copyright: (c) 2024, Mangesh Shinde <mangesh.shinde@example.com>
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue