fix openjdk-11
 add lutris
 add signal
This commit is contained in:
Przemek Grondek 2020-12-01 23:39:37 +01:00
parent 4d9a0436e0
commit 3d3e25648b
4 changed files with 44 additions and 1 deletions

View File

@ -7,3 +7,6 @@
- java
- jetbrains
- compton
- signal
- virtual
- lutris

View File

@ -4,4 +4,4 @@
apt:
update_cache: yes
pkg:
- openjdk-8-jdk
- openjdk-11-jdk

View File

@ -0,0 +1,21 @@
---
- become: yes
block:
- name: Add i386 Architecture
command: dpkg --add-architecture i386
- name: Update APT Cache for i386
apt:
update_cache: true
- name: add signal gpg key
apt_repository:
repo: ppa:lutris-team/lutris
- name: install lutris
apt:
update_cache: yes
pkg:
- lutris
- wine
- steam

View File

@ -0,0 +1,19 @@
---
- become: yes
block:
- name: add signal gpg key
apt_key:
url: https://updates.signal.org/desktop/apt/keys.asc
state: present
- name: add signal repo
apt_repository:
repo: deb [arch=amd64] https://updates.signal.org/desktop/apt xenial main
state: present
filename: signal-xenial
- name: install docker
apt:
update_cache: yes
pkg:
- signal-desktop