From d37e13b7a4310014017487f26531b3961d99412a Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Thu, 5 Sep 2019 12:36:14 +0000 Subject: [PATCH] new apt module format --- tasks/deploy.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tasks/deploy.yml b/tasks/deploy.yml index 068fc07..859c38b 100644 --- a/tasks/deploy.yml +++ b/tasks/deploy.yml @@ -1,11 +1,10 @@ --- - name: debian packages apt: - pkg: "{{item}}" - with_items: - - ca-certificates - - git - - golang + pkg: + - ca-certificates + - git + - golang - name: download gitea get_url: