mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-08 14:22:56 +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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user