mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
update wine
This commit is contained in:
parent
435ea616cc
commit
929ac660d3
6 changed files with 9 additions and 5 deletions
|
@ -37,3 +37,7 @@ i3_monitors:
|
||||||
pos: "2560x0"
|
pos: "2560x0"
|
||||||
rotate: "normal"
|
rotate: "normal"
|
||||||
workspaces: [6,7,8,9,0]
|
workspaces: [6,7,8,9,0]
|
||||||
|
|
||||||
|
wine_user: "lilian"
|
||||||
|
host_vars/l460.yml:wine_user_home: "/home/lilian"
|
||||||
|
|
||||||
|
|
|
@ -17,3 +17,7 @@ accounts:
|
||||||
akku_user: "l3d"
|
akku_user: "l3d"
|
||||||
|
|
||||||
copy_to_user: "{{ akku_user }}"
|
copy_to_user: "{{ akku_user }}"
|
||||||
|
|
||||||
|
wine_user: "{{ akku_user }}"
|
||||||
|
host_vars/l460.yml:wine_user_home: "/home/{{ akku_user }}"
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3550d5c23474984c9717c4917edef7b18d039836
|
Subproject commit 5efa432da3e3d8717066e84fe183583a8c276806
|
|
@ -97,7 +97,6 @@
|
||||||
|
|
||||||
- name: install winehq
|
- name: install winehq
|
||||||
hosts: desk_minni
|
hosts: desk_minni
|
||||||
become: true
|
|
||||||
tags:
|
tags:
|
||||||
- wine
|
- wine
|
||||||
- winehq
|
- winehq
|
||||||
|
|
|
@ -85,7 +85,6 @@
|
||||||
|
|
||||||
- name: install winehq
|
- name: install winehq
|
||||||
hosts: l460
|
hosts: l460
|
||||||
become: true
|
|
||||||
tags:
|
tags:
|
||||||
- wine
|
- wine
|
||||||
- winehq
|
- winehq
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: Install useful packages
|
- name: Install useful packages
|
||||||
hosts: t460p
|
hosts: t460p
|
||||||
tags:
|
tags:
|
||||||
|
@ -85,7 +84,6 @@
|
||||||
|
|
||||||
- name: install winehq
|
- name: install winehq
|
||||||
hosts: t460p
|
hosts: t460p
|
||||||
become: true
|
|
||||||
tags:
|
tags:
|
||||||
- wine
|
- wine
|
||||||
- winehq
|
- winehq
|
||||||
|
|
Loading…
Reference in a new issue