FrameworkSetup: increase timeout
[csit.git] / resources / tools / vagrant / ansible / roles / common / tasks / main.yml
index d5857da..1d4d273 100644 (file)
@@ -1,22 +1,8 @@
 ---
 # file: common/tasks/main.yml
 
-- name: Update and upgrade system packages and update cache if it's older then 1 hour
-  apt:
-    upgrade: dist
-    cache_valid_time: 3600
-
-- name: Install required common system packages
-  apt:
-    name:
-      - apt-transport-https
-      - ca-certificates
-      - curl
-      - software-properties-common
-    state: latest
-
 - name: Set /bin/sh to bash instead of dash
   alternatives:
     name: sh
     link: /bin/sh
-    path: /bin/bash
\ No newline at end of file
+    path: /bin/bash