1
0
Fork 0
home-ansible/roles/apt/tasks/main.yml

16 lines
286 B
YAML
Raw Normal View History

2022-12-21 22:56:39 -05:00
---
- name: Install unattended-upgrades
apt:
name: unattended-upgrades
state: present
- name: Install repository tools
apt:
name:
- debian-keyring
- debian-archive-keyring
- apt-transport-https
- ca-certificates
- gnupg
state: present