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