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:
Felix Fontein
2024-09-24 14:19:42 +03:00
committed by GitHub
parent 019b0fd725
commit 1095c0be41
5 changed files with 64 additions and 3 deletions

View File

@@ -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

View File

@@ -0,0 +1,2 @@
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