1
0
Fork 0
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:
Lilian Roller 2019-06-17 11:26:33 +02:00
parent 435ea616cc
commit 929ac660d3
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
6 changed files with 9 additions and 5 deletions

View file

@ -37,3 +37,7 @@ i3_monitors:
pos: "2560x0"
rotate: "normal"
workspaces: [6,7,8,9,0]
wine_user: "lilian"
host_vars/l460.yml:wine_user_home: "/home/lilian"

View file

@ -17,3 +17,7 @@ accounts:
akku_user: "l3d"
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

View file

@ -97,7 +97,6 @@
- name: install winehq
hosts: desk_minni
become: true
tags:
- wine
- winehq

View file

@ -85,7 +85,6 @@
- name: install winehq
hosts: l460
become: true
tags:
- wine
- winehq

View file

@ -1,5 +1,4 @@
---
- name: Install useful packages
hosts: t460p
tags:
@ -85,7 +84,6 @@
- name: install winehq
hosts: t460p
become: true
tags:
- wine
- winehq