weitere Aenderungen
This commit is contained in:
10
roles/workstation/tasks/software/xonotic.yml
Normal file
10
roles/workstation/tasks/software/xonotic.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- name: software | xonotic | install package
|
||||
tags: packages,flatpak,games,xonotic,workstation-packages
|
||||
become_user: jay
|
||||
flatpak:
|
||||
name: org.xonotic.Xonotic
|
||||
method: user
|
||||
state: present
|
||||
when:
|
||||
- xonotic is defined
|
||||
- xonotic == true
|
||||
Reference in New Issue
Block a user