mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
Update tests to pass on macOS arm64 (#11544)
This commit is contained in:
parent
8929caece6
commit
9b9d8eac09
6 changed files with 31 additions and 13 deletions
|
|
@ -52,9 +52,11 @@
|
|||
- name: Symlink java
|
||||
become: true
|
||||
file:
|
||||
src: "/usr/local/opt/openjdk@17/libexec/openjdk.jdk"
|
||||
src: "{{ brew_prefix }}/opt/openjdk@17/libexec/openjdk.jdk"
|
||||
dest: "/Library/Java/JavaVirtualMachines/openjdk-17.jdk"
|
||||
state: link
|
||||
vars:
|
||||
brew_prefix: "{{ lookup('pipe', 'brew --prefix') }}"
|
||||
when:
|
||||
- ansible_facts.os_family == 'Darwin'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue