Skip to content
Snippets Groups Projects
Unverified Commit 9e851375 authored by Varac's avatar Varac
Browse files

Remove unneeded package

parent a1868792
No related branches found
No related tags found
No related merge requests found
...@@ -6,14 +6,12 @@ ...@@ -6,14 +6,12 @@
import_tasks: journald.yml import_tasks: journald.yml
- name: Update apt packages cache and install needed packages - name: Update apt packages cache and install needed packages
# apt-transport-https is needed for docker apt repo
# curl and git is needed for helm plugin install # curl and git is needed for helm plugin install
tags: tags:
- firewall - firewall
apt: apt:
state: present state: present
name: name:
- apt-transport-https
- curl - curl
- git - git
- haveged - haveged
......
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