We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add Java installation to the macOS Sonoma
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
macOS Sonoma
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
Any version of JDK from availables will be successfully installed in macOS Sonoma hosts
fatal: [sonoma_host]: FAILED! => { "changed": false, "msg": "This role does not support 'Darwin' platform.\n Please contact [email protected]\n" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SUMMARY
Add Java installation to the macOS Sonoma
ISSUE TYPE
COMPONENT NAME
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
macOS Sonoma
STEPS TO REPRODUCE
EXPECTED RESULTS
Any version of JDK from availables will be successfully installed in macOS Sonoma hosts
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: