From 0161a21243d9da8031290e7870e3e92408838b68 Mon Sep 17 00:00:00 2001
From: Simone Visconti <simone.visconti@reti.it>
Date: Mon, 4 Feb 2019 10:45:01 +0100
Subject: [PATCH] updated controller task

---
 ansible-preparazione-vm/controller/tasks/main.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/ansible-preparazione-vm/controller/tasks/main.yml b/ansible-preparazione-vm/controller/tasks/main.yml
index 744ad20..ecb200d 100644
--- a/ansible-preparazione-vm/controller/tasks/main.yml
+++ b/ansible-preparazione-vm/controller/tasks/main.yml
@@ -22,11 +22,8 @@
 - name: installo alcuni pacchetti
   become_method: sudo
   apt:
-    name: "{{ item }}"
+    name: ["git", "python-pip"]
     state: present
-  with_items:
-    - git
-    - python-pip
 
 - name: Repo Git per il corso
   git:
-- 
GitLab