weitere Aenderungen
This commit is contained in:
13
roles/workstation/tasks/software/misc_games.yml
Normal file
13
roles/workstation/tasks/software/misc_games.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
- name: software | install misc game packages
|
||||
tags: gaming
|
||||
package:
|
||||
name:
|
||||
- chromium-bsu
|
||||
- extremetuxracer
|
||||
- frozen-bubble
|
||||
- gnome-chess
|
||||
- "{{ nethack_package }}"
|
||||
- supertux
|
||||
- supertuxkart
|
||||
- wesnoth
|
||||
when: games is defined and games == true
|
||||
Reference in New Issue
Block a user