From 37597ade1c9a21cefddc556d663951975b784a37 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 25 Feb 2019 22:34:42 +0200 Subject: Change: use apt with list of packages, intead of looping --- roles/apache_server/tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'roles/apache_server') diff --git a/roles/apache_server/tasks/main.yml b/roles/apache_server/tasks/main.yml index 16a6294..67f9449 100644 --- a/roles/apache_server/tasks/main.yml +++ b/roles/apache_server/tasks/main.yml @@ -54,8 +54,7 @@ - name: install apache and related packages apt: - name: "{{ item }}" - with_items: + name: - rsync - apache2 -- cgit v1.2.1