mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 13:22:58 +00:00
@@ -43,7 +43,7 @@
|
||||
- name: "({{ select_crypto_backend }}) Validate public key - OpenSSH format (assert)"
|
||||
assert:
|
||||
that:
|
||||
- privatekey_publickey.stdout == '{{ publickey.content|b64decode }}'
|
||||
- privatekey_publickey.stdout == publickey.content | b64decode
|
||||
when: select_crypto_backend == 'cryptography' and cryptography_version.stdout is version('1.4.0', '>=')
|
||||
|
||||
- name: "({{ select_crypto_backend }}) Validate public key - OpenSSH format - test idempotence (issue 33256)"
|
||||
|
||||
Reference in New Issue
Block a user