Update 'roles/shell/tasks/packages.yml'
continuous-integration/drone/push Build is passing Details

This commit is contained in:
deepend 2023-07-04 19:17:49 +00:00
parent 340420fffa
commit 46152e2755
1 changed files with 14 additions and 0 deletions

View File

@ -15,6 +15,10 @@
# apt_key:
# url: http://debian.drdteam.org/drdteam.gpg
# state: present
- name: Add apt key for Amazon Corretto
apt_key:
url: https://apt.corretto.aws/corretto.key
state: present
- name: Add apt key for mono-project
apt_key:
@ -29,6 +33,12 @@
filename: weechat
update_cache: yes
- name: Add Corretto repo
apt_repository:
repo: 'deb https://apt.corretto.aws stable main'
state: present
update_cache: yes
- name: Add toot repo
apt_repository:
repo: 'deb http://bezdomni.net/packages/ ./'
@ -121,6 +131,10 @@
- ircii
- irssi
- isync
- java-17-amazon-corretto-jdk
- libxi6
- libxtst6
- libxrender1
- jekyll
- ksh
- jq