Add stable-2.21 to CI. (#1000)

This commit is contained in:
Felix Fontein
2026-04-06 22:01:40 +02:00
committed by GitHub
parent 4cd397382e
commit bb40d15b45
4 changed files with 85 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
plugins/module_utils/_crypto/module_backends/certificate.py no-assert
plugins/module_utils/_crypto/module_backends/certificate_acme.py no-assert
plugins/module_utils/_crypto/module_backends/certificate_ownca.py no-assert
plugins/module_utils/_crypto/module_backends/certificate_selfsigned.py no-assert
plugins/module_utils/_crypto/module_backends/csr.py no-assert
plugins/module_utils/_crypto/module_backends/privatekey_convert.py no-assert
plugins/module_utils/_openssh/backends/keypair_backend.py no-assert
plugins/modules/acme_certificate.py no-assert
plugins/modules/acme_certificate.py validate-modules:bad-return-value-key # this is not a real return value, only a documentation placeholder
plugins/modules/acme_certificate_order_create.py validate-modules:bad-return-value-key # this is not a real return value, only a documentation placeholder
plugins/modules/luks_device.py no-assert
plugins/modules/openssl_pkcs12.py no-assert
tests/ee/roles/smoke/library/smoke_ipaddress.py shebang
tests/ee/roles/smoke/library/smoke_pyyaml.py shebang

View File

@@ -0,0 +1,3 @@
GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
SPDX-License-Identifier: GPL-3.0-or-later
SPDX-FileCopyrightText: Ansible Project