summaryrefslogtreecommitdiff
path: root/ansible/roles/self-updating-system/tasks/main.yml
blob: 9a3410bdb2d80272143bf530a3f29def10081fc2 (plain)
1
2
3
4
5
6
7
8
9
10
- name: install unattended-upgrades
  apt: name=unattended-upgrades

- name: install apt-listchanges
  apt: name=apt-listchanges

- name: configure unattended-upgrades
  template:
    src: unattended-upgrades.conf
    dest: /etc/apt/apt.conf.d/02upgrades