apt-repository: remove backports config in default source.list

This commit is contained in:
Victor LABORIE 2017-05-05 10:16:09 +02:00
parent fa1c9b9d77
commit 8380b96864

View file

@ -1,4 +1,9 @@
---
- name: No backports config in default source.list
lineinfile:
dest: /etc/apt/sources.list
regexp: "backports"
state: absent
- name: Backports sources list is installed
template: