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

Add general task for deps, include dirmngr

parent be5d7d88
No related branches found
No related tags found
1 merge request!3Add general task for deps, include dirmngr
......@@ -4,6 +4,14 @@
# This task installs Oracle JDK into a system
# with Debian based OS.
- name: Debian -> ensure essential packages are installed
apt:
name: "{{ item }}"
state: present
update_cache: yes
with_items:
- dirmngr
- name: Debian -> ensure the APT repository key is present
apt_key:
id: "{{ java_apt_repository_key }}"
......
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