Skip to content

macOS Sonoma support #144

@SPR0STO

Description

@SPR0STO
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 support@lean-delivery.com\n"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions