github gantsign/ansible-role-java 3.0.0

latest releases: 12.0.0, 11.1.6, 11.1.5...
7 years ago

Breaking change:

  • Implemented mandatory license check
  • All previous releases removed
    • Because they lacked the license check.
    • You need to upgrade to the 3.0.0 release if you're using an earlier version.

Enhancement:

  • #17: Implemented mandatory license check (#18)

The releases below are no longer publicly available.

2.0.0

SHA-1: fa2974f

Breaking changes:

  • Minimum Ansible version now 2.0 (from 1.9)
    • Workaround: stay with previous version (1.1.0)
  • Variable local_ansible_data_path renamed to java_download_dir
    • If you were specifying local_ansible_data_path before, you can either
      specify java_download_dir (specific to this role), or specify
      x_ansible_download_dir (to be shared across roles).
  • The default download directory has changed from /tmp/ansible/data to
    ~/.ansible/tmp/downloads
    • If you want to change the download directory you can either:
      specify java_download_dir (specific to this role) or specify
      x_ansible_download_dir (to be shared across roles).
  • The Ansible fact ansible_local.java.general.java_home has been renamed to
    ansible_local.java.general.home
    • Update your references accordingly.

Enhancements:

  • #2: Use Molecule to aid development and testing
  • #8: Rename local_ansible_data_path to java_download_dir
  • #10: Move default java_download_dir under user home
  • #14: Remove "java_" prefix from "java_home" fact

Other changes:

  • #1: Moved Docker setup into Dockerfile
  • Fixed minor documentation issue
  • #3: Updated .gitignore with latest changes from gitignore.io
  • #4: Added Ansible to .gitignore
  • #6: Standardized .gitattributes across roles
  • #7: Standardized .gitignore across roles
  • #12: Added documentation on version dependent config
  • #13: Documented role facts
  • #14: Reordered Ansible fact documentation

1.1.0

SHA-1: 5f7d2a0

Fixed privilege escalation

1.0.0

SHA-1: 4c228a6

Initial release

Don't miss a new ansible-role-java release

NewReleases is sending notifications on new releases.