Skip to content
Open
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
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

williamyeh.oracle-java for Ansible Galaxy
william-yeh.oracle-java for Ansible Galaxy
============

[![Build Status](https://travis-ci.org/William-Yeh/ansible-oracle-java.svg?branch=master)](https://travis-ci.org/William-Yeh/ansible-oracle-java) [![Circle CI](https://circleci.com/gh/William-Yeh/ansible-oracle-java.svg?style=shield)](https://circleci.com/gh/William-Yeh/ansible-oracle-java)

## Summary

Role name in Ansible Galaxy: **[williamyeh.oracle-java](https://galaxy.ansible.com/williamyeh/oracle-java/)**
Role name in Ansible Galaxy: **[william-yeh.oracle-java](https://galaxy.ansible.com/william-yeh/oracle-java/)**

This Ansible role has the following features for Oracle JDK:

Expand Down Expand Up @@ -61,7 +61,7 @@ If you want to install a Java release which is not supported out-of-the-box, you
- hosts: all

roles:
- williamyeh.oracle-java
- william-yeh.oracle-java

vars:
java_version: 8
Expand Down Expand Up @@ -97,7 +97,7 @@ jdk_tarball_file

### Step 1: add role

Add role name `williamyeh.oracle-java` to your playbook file.
Add role name `william-yeh.oracle-java` to your playbook file.


### Step 2: add variables
Expand All @@ -113,7 +113,7 @@ Simple example:
- hosts: all

roles:
- williamyeh.oracle-java
- william-yeh.oracle-java

vars:
java_version: 8
Expand All @@ -133,7 +133,7 @@ To do this, put the file on the `{{ playbook_dir }}/files` directory in advance,
- hosts: all

roles:
- williamyeh.oracle-java
- william-yeh.oracle-java

vars:
java_version: 8
Expand Down