Well, first push
This commit is contained in:
15
roles/gui_app_init/tasks/games.yml
Normal file
15
roles/gui_app_init/tasks/games.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Steam and Discord
|
||||
ansible.builtin.include_tasks: "{{ item }}"
|
||||
loop:
|
||||
- add_steam_repo.yml
|
||||
- install_steam.yml
|
||||
- install_discord.yml
|
||||
|
||||
|
||||
- name: Stuff for run games
|
||||
become: true
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- wine
|
||||
state: present
|
||||
Reference in New Issue
Block a user