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

install wine

This commit is contained in:
Lilian Roller 2019-06-14 10:28:55 +02:00
parent de007eb974
commit b67a248516
Signed by: l3d
GPG key ID: CD08445BFF4313D1
4 changed files with 14 additions and 2 deletions

3
.gitmodules vendored
View file

@ -37,3 +37,6 @@
[submodule "roles/xrandr"]
path = roles/xrandr
url = https://github.com/chaos-bodensee/role-xrandr.git
[submodule "roles/winehq"]
path = roles/winehq
url = https://github.com/ekultails/ansible_role_wine.git

View file

@ -19,5 +19,6 @@ accounts:
- lilian
akku_user: "lilian"
wine_user: "lilian"
wine_user_home: "/home/lilian"
copy_to_user: "{{ akku_user }}"

1
roles/winehq Submodule

@ -0,0 +1 @@
Subproject commit 8bb4fb8d6a8cac0116f14de0a598f42e18d6476f

View file

@ -83,4 +83,11 @@
roles:
- arch-fonts
- name: install winehq
hosts: l460
become: true
tags:
- wine
- winehq
roles:
- winehq