1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00
This commit is contained in:
Lilian Roller 2019-06-17 09:59:49 +02:00
parent b67a248516
commit 435ea616cc
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
2 changed files with 16 additions and 1 deletions

View file

@ -95,4 +95,11 @@
roles: roles:
- openvpn - openvpn
- name: install winehq
hosts: desk_minni
become: true
tags:
- wine
- winehq
roles:
- winehq

View file

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