forked from infra/ansible
uau: change apt to new syntax
This commit is contained in:
parent
6f2267ce56
commit
0e4a13aa37
@ -1,8 +1,8 @@
|
||||
---
|
||||
|
||||
- name: Install unattended upgrades
|
||||
apt: name={{ item }}
|
||||
with_items:
|
||||
apt:
|
||||
name:
|
||||
- unattended-upgrades
|
||||
- debian-goodies
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user