1
0
Fork 0
forked from cisti/infra
infra/roles/common/tasks/main.yml

20 lines
330 B
YAML
Raw Normal View History

2020-10-03 22:34:11 +02:00
---
- 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