Skip to content

Commit

Permalink
Update openssl.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackivanov authored May 10, 2024
1 parent b17c07f commit 7570994
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions roles/strongswan/tasks/openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7570994

Please sign in to comment.