1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00

Add steam

This commit is contained in:
L3D 2019-02-24 23:05:14 +01:00
parent 467bf00084
commit e05fc69ba6
4 changed files with 23 additions and 7 deletions

View file

@ -17,6 +17,8 @@ i3_packages_extra:
- gnome - gnome
- asciinema - asciinema
- mtr - mtr
- evince
- libreoffice
i3_keybindings_extra: i3_keybindings_extra:
- keybinding: - keybinding:

View file

@ -0,0 +1,5 @@
steam_default_packages:
- steam
- steam-native-runtime

View file

@ -0,0 +1,9 @@
---
- name: Install steam on arch
pacman:
name: "{{ steam_default_packages }}"
state: latest
update_cache: yes
become: yes

View file

@ -36,13 +36,13 @@
- pulseaudio - pulseaudio
- networkmanager - networkmanager
- name: improve firefox configuration #- name: improve firefox configuration
hosts: thinkpad # hosts: thinkpad
tags: # tags:
- setup # - setup
- firefox # - firefox
roles: # roles:
- firefox # - firefox
- name: Install useful packages - name: Install useful packages