Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
antmelekhin committed May 23, 2024
1 parent a9e977a commit e9e0fd3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
Java
====

An Ansible role to install Java.
An Ansible role to install the `Java` package.

Requirements
------------

- Supported version of Ansible: 2.12 and highter.
- Supported platforms:
- Amazon Linux
- all
- Debian
- 10
- 11
Expand All @@ -24,7 +26,8 @@ Requirements
Role Variables
--------------

- `java_package` `Java` package name (see default values in `vars/*.yml`).
- `java_package` The Java package name (see default values in `vars/*.yml`).
- `java_home` The JAVA_HOME environment variable is used to specify the location of the Java executable files.

Dependencies
------------
Expand All @@ -34,11 +37,11 @@ None.
Example Playbook
----------------

Install `Java` package:
Install the `Java` package:

```yaml
---
- name: 'Install Java package'
- name: 'Install the Java package'
hosts: all

roles:
Expand Down

0 comments on commit e9e0fd3

Please sign in to comment.