Update 'roles/shell/tasks/packages.yml'
This commit is contained in:
parent
382199ef0c
commit
9125c24ab7
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
- name: Add weechat repo
|
- name: Add weechat repo
|
||||||
apt_repository:
|
apt_repository:
|
||||||
repo: 'deb https://weechat.org/debian bullseye main'
|
repo: 'deb https://weechat.org/debian bookworm main'
|
||||||
state: present
|
state: present
|
||||||
filename: weechat
|
filename: weechat
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
- name: Add debian contrib
|
- name: Add debian contrib
|
||||||
apt_repository:
|
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
|
state: present
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue