evolinux-base: configure apt/listchanges

This commit is contained in:
Jérémy Lecour 2016-12-27 14:33:21 +01:00 committed by Jérémy Lecour
parent 9d70892fea
commit 29ea23247d

View file

@ -49,6 +49,16 @@
backup: yes
mode: 0640
- name: Configure Listchanges
ini_file:
dest: /etc/apt/listchanges.conf
section: apt
option: "{{ item.option }}"
value: "{{ item.value }}"
with_items:
- { option: "confirm", value: "1" }
- { option: "which", value: "both" }
- name: Remove Aptitude
apt:
name: aptitude