diff --git a/README.md b/README.md index 3556250..70a044b 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 @@ -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 @@ -113,7 +113,7 @@ Simple example: - hosts: all roles: - - williamyeh.oracle-java + - william-yeh.oracle-java vars: java_version: 8 @@ -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