From 7f8b25b772199ceaec6e0db726b1451524c319f9 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sat, 13 Oct 2018 00:51:49 +0000 Subject: [PATCH] new apt module style --- tasks/setup_Debian.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tasks/setup_Debian.yml b/tasks/setup_Debian.yml index 9836ff8..11674ea 100644 --- a/tasks/setup_Debian.yml +++ b/tasks/setup_Debian.yml @@ -2,7 +2,6 @@ - name: install packages apt: - pkg: "{{item}}" - with_items: - - openssl - - certbot + pkg: + - openssl + - certbot