mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 05:30:18 +00:00
Update 'roles/shell/tasks/packages.yml'
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user