summaryrefslogtreecommitdiff
path: root/roles/apache_server
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-02-25 22:34:42 +0200
committerLars Wirzenius <liw@liw.fi>2019-02-25 22:34:42 +0200
commit37597ade1c9a21cefddc556d663951975b784a37 (patch)
tree1a965e987bbf840ae1751cbdbf649798a97a158c /roles/apache_server
parentd886a8c389a11c931b091747649e44c61c484f0d (diff)
downloaddebian-ansible-37597ade1c9a21cefddc556d663951975b784a37.tar.gz
Change: use apt with list of packages, intead of looping
Diffstat (limited to 'roles/apache_server')
-rw-r--r--roles/apache_server/tasks/main.yml3
1 files changed, 1 insertions, 2 deletions
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