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:
parent
de007eb974
commit
b67a248516
4 changed files with 14 additions and 2 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -37,3 +37,6 @@
|
||||||
[submodule "roles/xrandr"]
|
[submodule "roles/xrandr"]
|
||||||
path = roles/xrandr
|
path = roles/xrandr
|
||||||
url = https://github.com/chaos-bodensee/role-xrandr.git
|
url = https://github.com/chaos-bodensee/role-xrandr.git
|
||||||
|
[submodule "roles/winehq"]
|
||||||
|
path = roles/winehq
|
||||||
|
url = https://github.com/ekultails/ansible_role_wine.git
|
||||||
|
|
|
@ -19,5 +19,6 @@ accounts:
|
||||||
- lilian
|
- lilian
|
||||||
|
|
||||||
akku_user: "lilian"
|
akku_user: "lilian"
|
||||||
|
wine_user: "lilian"
|
||||||
|
wine_user_home: "/home/lilian"
|
||||||
copy_to_user: "{{ akku_user }}"
|
copy_to_user: "{{ akku_user }}"
|
||||||
|
|
1
roles/winehq
Submodule
1
roles/winehq
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 8bb4fb8d6a8cac0116f14de0a598f42e18d6476f
|
|
@ -83,4 +83,11 @@
|
||||||
roles:
|
roles:
|
||||||
- arch-fonts
|
- arch-fonts
|
||||||
|
|
||||||
|
- name: install winehq
|
||||||
|
hosts: l460
|
||||||
|
become: true
|
||||||
|
tags:
|
||||||
|
- wine
|
||||||
|
- winehq
|
||||||
|
roles:
|
||||||
|
- winehq
|
||||||
|
|
Loading…
Reference in a new issue