Skip to content
Snippets Groups Projects
Commit 131a52e7 authored by (Service) CSIRT's avatar (Service) CSIRT
Browse files

Minor README changes

parent 4a23dc0f
No related branches found
No related tags found
1 merge request!3Add general task for deps, include dirmngr
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment