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