first commit

This commit is contained in:
bzoicas
2026-03-13 11:09:33 +02:00
commit 255fd3c079
170 changed files with 8640 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# As of 2020-06-18, lutris is not available on debian
- 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
- name: software | lutris | install package
tags: packages,system,system-packages,workstation-packages
package:
name:
- lutris
when:
- ansible_distribution in ["Fedora", "openSUSE Leap", "openSUSE Tumbleweed-Slowroll"]
- lutris is defined
- lutris == true