Skip to content

Commit 9dfa6e3

Browse files
committed
devconfig: avoid cache upgrade on debian due to trixie update
Debian Trixie (13) was just released as stable, and the testing repository has transitioned from codename 'trixie' to 'fork', and with the cache update we just fail. This allows new guests to chug on. Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 9be613c commit 9dfa6e3

File tree

1 file changed

+1
-1
lines changed
  • playbooks/roles/devconfig/tasks/install-deps/debian

1 file changed

+1
-1
lines changed

playbooks/roles/devconfig/tasks/install-deps/debian/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
become: yes
5959
become_method: sudo
6060
ansible.builtin.apt:
61-
update_cache: true
61+
update_cache: false
6262
upgrade: "yes"
6363
lock_timeout: 120
6464
register: apt_upgrade

0 commit comments

Comments
 (0)