uau: change apt to new syntax

This commit is contained in:
Markus 2020-10-05 08:38:50 +02:00
parent 6f2267ce56
commit 0e4a13aa37
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
---
- name: Install unattended upgrades
apt: name={{ item }}
with_items:
apt:
name:
- unattended-upgrades
- debian-goodies