Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS Sonoma support #144

Open
SPR0STO opened this issue May 2, 2024 · 0 comments
Open

macOS Sonoma support #144

SPR0STO opened this issue May 2, 2024 · 0 comments

Comments

@SPR0STO
Copy link

SPR0STO commented May 2, 2024

SUMMARY

Add Java installation to the macOS Sonoma

ISSUE TYPE
  • Feature Idea
COMPONENT NAME
ANSIBLE VERSION
ansible [core 2.14.0]
  python version = 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] (/usr/bin/python3)
  jinja version = 3.1.2
  libyaml = True
CONFIGURATION
OS / ENVIRONMENT

macOS Sonoma

STEPS TO REPRODUCE
ansible-galaxy role install lean_delivery.java

cat java2Sonoma.yml 
- name: setup Java to macOS Sonoma
  hosts: sonoma_host
  roles:
    - role: lean_delivery.java

ansible-playbook java2Sonoma.yml
EXPECTED RESULTS

Any version of JDK from availables will be successfully installed in macOS Sonoma hosts

ACTUAL RESULTS
fatal: [sonoma_host]: FAILED! => {
    "changed": false,
    "msg": "This role does not support 'Darwin' platform.\n  Please contact [email protected]\n"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant