From 131a52e74b843d004a84543e462d95881bb93c4f Mon Sep 17 00:00:00 2001 From: Martin Machac <machacm@ics.muni.cz> Date: Wed, 7 Nov 2018 07:55:38 +0100 Subject: [PATCH] Minor README changes --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 643ed08..5859a74 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,11 @@ An [Ansible](http://www.ansible.com) role to install Java8 JDK. This role works If you would like to use this role as a depedency for another one, create a file `/path/to/ansible/roles/<your-role>/meta/main.yml` with the following lines: ``` dependencies: - - name: java8 - src: git+https://gitlab.ics.muni.cz/CSIRT-MU-public/ansible-roles/java-8 + - src: java-8 ``` and a file `/path/to/ansible/roles/<your-role>/requirements.yml` with the following lines: ``` -- name: java8 +- name: java-8 src: git+https://gitlab.ics.muni.cz/CSIRT-MU-public/ansible-roles/java-8 ``` Also, you will have to install this role via Ansible-galaxy: -- GitLab