mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 22:03:01 +00:00
Add macOS 13.2 to CI (#581)
* Add macOS 13.2 to CI. * Run brew --prefix with same user used for installing with brew.
This commit is contained in:
@@ -64,6 +64,8 @@
|
||||
|
||||
- name: MACOS | Locale openssl binary
|
||||
command: brew --prefix openssl
|
||||
become: true
|
||||
become_user: "{{ brew_stat.stat.pw_name }}"
|
||||
register: brew_openssl_prefix
|
||||
|
||||
- name: MACOS | Point to OpenSSL binary
|
||||
|
||||
Reference in New Issue
Block a user