mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 04:34:24 -07:00
fixes dependencies setup for OSX (3)
This commit is contained in:
parent
eb10db3c9e
commit
7e1af46af6
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
- name: Symlink java
|
||||
become: true
|
||||
file:
|
||||
src: "$HOMEBREW_PREFIX/opt/openjdk@17/libexec/openjdk.jdk"
|
||||
src: "/usr/local/opt/openjdk@17/libexec/openjdk.jdk"
|
||||
dest: "/Library/Java/JavaVirtualMachines/openjdk-17.jdk"
|
||||
state: link
|
||||
when:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue