Update openssl.yml

This commit is contained in:
Jack Ivanov 2024-05-09 19:37:03 -06:00 committed by GitHub
parent b17c07f75e
commit 75709948cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -156,14 +156,14 @@
with_items: "{{ users }}"
- name: Get OpenSSL version
shell: |
set -o pipefail
{{ openssl_bin }} version |
cut -f 2 -d ' '
args:
executable: bash
register: ssl_version
run_once: true
shell: |
set -o pipefail
{{ openssl_bin }} version |
cut -f 2 -d ' '
args:
executable: bash
register: ssl_version
run_once: true
- name: Set OpenSSL version fact
set_fact: