mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
add wine
This commit is contained in:
parent
b67a248516
commit
435ea616cc
2 changed files with 16 additions and 1 deletions
|
@ -95,4 +95,11 @@
|
|||
roles:
|
||||
- openvpn
|
||||
|
||||
|
||||
- name: install winehq
|
||||
hosts: desk_minni
|
||||
become: true
|
||||
tags:
|
||||
- wine
|
||||
- winehq
|
||||
roles:
|
||||
- winehq
|
||||
|
|
|
@ -83,4 +83,12 @@
|
|||
roles:
|
||||
- arch-fonts
|
||||
|
||||
- name: install winehq
|
||||
hosts: t460p
|
||||
become: true
|
||||
tags:
|
||||
- wine
|
||||
- winehq
|
||||
roles:
|
||||
- winehq
|
||||
|
||||
|
|
Loading…
Reference in a new issue