Skip to content
Snippets Groups Projects
Commit 68862598 authored by Kamil Andoniadis's avatar Kamil Andoniadis
Browse files

use more generic OS package manager in source installation

parent 5ca38b62
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
# from source.
- name: source -> install required Java packages
apt:
package:
name: "{{ item }}"
state: latest
with_items:
......
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