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:
parent
6569f07107
commit
afb6f902f1
@ -7,10 +7,10 @@
|
|||||||
owner: root
|
owner: root
|
||||||
src: "{{ item }}.j2"
|
src: "{{ item }}.j2"
|
||||||
with_items:
|
with_items:
|
||||||
- etc/apt/default.list
|
- etc/apt/sources.list.d/default.list
|
||||||
- etc/apt/updates.list
|
- etc/apt/sources.list.d/updates.list
|
||||||
- etc/apt/backports.list
|
- etc/apt/sources.list.d/backports.list
|
||||||
- etc/apt/security.list
|
- etc/apt/sources.list.d/security.list
|
||||||
- etc/apt/apt.conf.d/99unauthenticated
|
- etc/apt/apt.conf.d/99unauthenticated
|
||||||
notify:
|
notify:
|
||||||
- Update apt cache
|
- Update apt cache
|
||||||
|
Loading…
Reference in New Issue
Block a user