mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-23 05:53:02 +02:00
Update openssl.yml
This commit is contained in:
parent
b17c07f75e
commit
75709948cb
1 changed files with 8 additions and 8 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue