rewrite the apt loop

This commit is contained in:
Andreas Zweili 2021-08-30 17:31:27 +02:00
parent 3719852442
commit 9351c6f51e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
apt:
name: "{{ item }}"
state: present
with_items:
loop:
- docker-ce
- docker-ce-cli
- containerd.io