---
galaxy_info:
  role_name: java
  namespace: professormanhattan
  author: ProfessorManhattan
  description: Installs Java on almost any platform
  company: Megabyte Labs
  license: license (MIT)
  min_ansible_version: 2.10
  platforms:
    - name: EL
      versions:
        - 6
        - 7
        - 8
    - name: Fedora
      versions:
        - all
    - name: Debian
      versions:
        - buster
        - jessie
        - stretch
        - wheezy
    - name: Ubuntu
      versions:
        - bionic
        - focal
        - precise
        - trusty
        - xenial
    - name: FreeBSD
      versions:
        - 10.2
    - name: Windows
      versions:
        - all
  galaxy_tags:
    - ansible
    - development
    - install
    - installdoc
    - installdoctor
    - java
    - jdk
    - macos
    - mblabs
    - megabytelabs
    - molecule
    - openjdk
    - oracle
    - professormanhattan
    - role
    - system
    - ubuntu
    - washingtondc
    - web
    - windows
dependencies:
  - role: professormanhattan.homebrew
    when: ansible_os_family == "Darwin"
