Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Requirements
- Windows: tarball
- 17
- 21
- 25
- **Supported oracle java version**:
- 7
- 8
Expand Down Expand Up @@ -256,15 +257,15 @@ ansible-galaxy install lean_delivery.java

Example Playbook
----------------
### Installing OpenJDK 17 from openjdk-fallback (default role behaviour):
### Installing OpenJDK 25 from openjdk-fallback (default role behaviour):

```yaml
- name: Install openjdk java
hosts: all

roles:
- role: lean_delivery.java
java_major_version: 17
java_major_version: 25
```

### Installing OpenJDK 17 from repositories:
Expand Down
3 changes: 1 addition & 2 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
hosts: localhost
roles:
- role: ansible-role-java
transport: repositories
java_major_version: 21
java_major_version: 25