From 62d4ab58c2524a22d394505e59f8b69cf6584ead Mon Sep 17 00:00:00 2001
From: Christian Elberfeld <elberfeld@web.de>
Date: Tue, 4 Sep 2018 22:48:42 +0200
Subject: [PATCH] weitere allgemeine pakete

---
 all/common/tasks/main.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/all/common/tasks/main.yml b/all/common/tasks/main.yml
index a80e5c19..a68b4b94 100644
--- a/all/common/tasks/main.yml
+++ b/all/common/tasks/main.yml
@@ -11,6 +11,10 @@
     state: present
   with_items:
     - apt-transport-https
+    - ca-certificates
+    - curl
+    - gnupg2
+    - software-properties-common
 
 - name: add debian repo keys
   apt_key:
-- 
GitLab