weitere Aenderungen

This commit is contained in:
2021-02-25 09:37:42 +01:00
parent db70a6c417
commit 17b4ed6ef6
50 changed files with 946 additions and 4 deletions

View File

@@ -0,0 +1,20 @@
# As of 2020-06-18, lutris is not available on debian
- name: software | lutris | install ppa
tags: gaming,lutris
apt_repository:
repo: 'ppa:lutris-team/lutris'
state: present
when:
- ansible_distribution in ["Pop!_OS", "Ubuntu"]
- lutris is defined
- lutris == true
- name: software | lutris | install package
tags: gaming,lutris
package:
state: latest
name: lutris
when:
- ansible_distribution in ["Archlinux", "Pop!_OS", "Ubuntu"]
- lutris is defined
- lutris == true