From 0ed250d6ee177a50e77c9dff56edb68421cf7a31 Mon Sep 17 00:00:00 2001 From: nd Date: Tue, 13 Nov 2018 08:12:15 +0100 Subject: [PATCH] add support for apt with new ansible --- tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index ab1ae81..4390fa5 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,7 +1,6 @@ - name: install dovecot apt: - pkg: "{{ item }}" - with_items: + pkg: - dovecot-common - dovecot-imapd - dovecot-managesieved