Skip to content

Commit

Permalink
Update openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
creasty committed Nov 11, 2024
1 parent 98440ba commit 444b4d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provisioning/roles/ruby/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
name:
- libxslt
- libyaml
- openssl@1.1
- openssl@3
- readline
- ruby-build
- zlib
state: latest

- name: get openssl dir
command: |
bash -lc 'brew --prefix openssl@1.1'
bash -lc 'brew --prefix openssl@3
register: openssl_dir

- name: get readline dir
Expand Down

0 comments on commit 444b4d0

Please sign in to comment.