Add Jami’s repo and the jami package

This commit is contained in:
Gergely Polonkai 2021-04-07 16:44:42 +02:00
parent ebdb2ee8b1
commit c373b538de
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
2 changed files with 11 additions and 0 deletions

View File

@ -27,3 +27,13 @@
community.general.copr:
name: "skidnik/termite"
state: enabled
- name: Enable the Jami repo
become: true
yum_repository:
name: jami
description: Jami
baseurl: https://dl.jami.net/nightly/fedora_$releasever
gpgcheck: true
gpgkey: https://dl.jami.net/jami.pub.key
enabled: true
state: present

View File

@ -139,6 +139,7 @@
- ImageMagick
- inkscape
- krita
- jami
state: latest
- name: Install some games
become: true