summaryrefslogtreecommitdiff
path: root/ansible/apt-dev.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-05 10:43:33 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-05 10:43:33 +0200
commit7b8dcad5d49ca67f656ddad136e8b2bbf21f9507 (patch)
tree6346379ad3bdc8b55b91bc2ddc76c4beb92184cd /ansible/apt-dev.yml
parenta5e7e08237c4224f738e11dbf77ce47e01cbb13d (diff)
downloadansibleness-7b8dcad5d49ca67f656ddad136e8b2bbf21f9507.tar.gz
apt-dev: install deb-src so I can get apt source easily
Sponsored-by: author
Diffstat (limited to 'ansible/apt-dev.yml')
-rw-r--r--ansible/apt-dev.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/ansible/apt-dev.yml b/ansible/apt-dev.yml
index 4ae8c82..b9b5644 100644
--- a/ansible/apt-dev.yml
+++ b/ansible/apt-dev.yml
@@ -53,7 +53,9 @@
sane_debian_system_version: 2
sane_debian_system_hostname: apt-dev
sane_debian_system_codename: bullseye
- # sane_debian_system_sources_lists:
+ sane_debian_system_sources_lists:
+ - repo: deb-src http://deb.debian.org/debian bullseye main
+
# - repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
# signing_key: "{{ ci_prod_signing_key }}"