Python3: Vagrant update
[csit.git] / resources / tools / vagrant / ansible / roles / common / tasks / main.yml
index d5857da..68d7751 100644 (file)
@@ -1,22 +1,18 @@
 ---
 # 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
+      - 'apt-transport-https'
+      - 'ca-certificates'
+      - 'curl'
+      - 'software-properties-common'
+    state: 'latest'
+    cache_valid_time: 3600
 
 - 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