forked from cisti/infra
20 lines
No EOL
330 B
YAML
20 lines
No EOL
330 B
YAML
---
|
|
- name: Install generic deps
|
|
apt:
|
|
pkg:
|
|
- git
|
|
- sudo
|
|
- acl
|
|
|
|
- name: Install Unattended Upgrades
|
|
apt:
|
|
pkg:
|
|
- unattended-upgrades
|
|
|
|
- name: Activate Unattented Upgrades
|
|
copy:
|
|
src: 20auto-upgrades
|
|
dest: /etc/apt/apt.conf.d/20auto-upgrades
|
|
owner: root
|
|
group: root
|
|
mode: 0644 |