mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
ec2_key: fix fingerprint generation in tests (#32817)
This commit is contained in:
committed by
Will Thames
parent
e23928cb41
commit
f891e92581
@@ -33,7 +33,7 @@
|
||||
- prepare
|
||||
|
||||
- name: record fingerprint
|
||||
shell: ssh-keygen -lf {{sshkey.stdout}}.pub
|
||||
shell: openssl rsa -in {{sshkey.stdout}} -pubout -outform DER 2>/dev/null | openssl md5 -c
|
||||
register: fingerprint
|
||||
tags:
|
||||
- prepare
|
||||
|
||||
Reference in New Issue
Block a user