Use sources.list.d for Debian with APT

Under debian, /etc/apt/sources.list.d is where the default list files
are stored. We need to also use that to properly re-write them.

Otherwise, we don't properly configure our AFS mirrors.

Change-Id: I1eb3ac19ba7081d3f4fd9b000e266d86449dee0e
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-10-12 20:25:35 -04:00
parent 6569f07107
commit afb6f902f1
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
5 changed files with 4 additions and 4 deletions

View File

@ -7,10 +7,10 @@
owner: root
src: "{{ item }}.j2"
with_items:
- etc/apt/default.list
- etc/apt/updates.list
- etc/apt/backports.list
- etc/apt/security.list
- etc/apt/sources.list.d/default.list
- etc/apt/sources.list.d/updates.list
- etc/apt/sources.list.d/backports.list
- etc/apt/sources.list.d/security.list
- etc/apt/apt.conf.d/99unauthenticated
notify:
- Update apt cache