From 9351c6f51e5070e11e922ad294c2f924a8cc72fb Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 30 Aug 2021 17:31:27 +0200 Subject: [PATCH] rewrite the apt loop --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 8ad586e..c39f301 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -12,7 +12,7 @@ apt: name: "{{ item }}" state: present - with_items: + loop: - docker-ce - docker-ce-cli - containerd.io