Update 'roles/shell/tasks/packages.yml'

This commit is contained in:
2023-06-28 14:45:05 +00:00
parent 382199ef0c
commit 9125c24ab7

View File

@@ -24,7 +24,7 @@
- name: Add weechat repo
apt_repository:
repo: 'deb https://weechat.org/debian bullseye main'
repo: 'deb https://weechat.org/debian bookworm main'
state: present
filename: weechat
update_cache: yes
@@ -43,7 +43,7 @@
- name: Add debian contrib
apt_repository:
repo: 'deb http://ftp.de.debian.org/debian bullseye main contrib'
repo: 'deb http://ftp.de.debian.org/debian bookworm main contrib'
state: present
update_cache: yes