mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-08 06:13:03 +00:00
Add stable-2.18 to CI (#798)
* Add stable-2.18 to CI. * get_certificate: always use asn1_base64=true for ansible-core 2.18+.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
get_certificate:
|
||||
host: "{{ httpbin_host }}"
|
||||
port: 443
|
||||
asn1_base64: "{{ true if ansible_version.full is version('2.18', '>=') else omit }}"
|
||||
ignore_errors: true
|
||||
register: result
|
||||
|
||||
|
||||
2
tests/sanity/ignore-2.19.txt
Normal file
2
tests/sanity/ignore-2.19.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
tests/ee/roles/smoke/library/smoke_ipaddress.py shebang
|
||||
tests/ee/roles/smoke/library/smoke_pyyaml.py shebang
|
||||
3
tests/sanity/ignore-2.19.txt.license
Normal file
3
tests/sanity/ignore-2.19.txt.license
Normal 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
|
||||
Reference in New Issue
Block a user