Add VMware Workstation Player
This commit is contained in:
parent
8554f6e7b0
commit
a23476407f
3 changed files with 4 additions and 1 deletions
|
@ -18,4 +18,5 @@
|
|||
- import_tasks: swi-prolog.yml
|
||||
- import_tasks: thonny.yml
|
||||
- import_tasks: virtualbox.yml
|
||||
- import_tasks: vmware-player.yml
|
||||
- import_tasks: wireshark.yml
|
||||
|
|
3
roles/classroom/tasks/vmware-player.yml
Normal file
3
roles/classroom/tasks/vmware-player.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
- name: Install VMware Player
|
||||
win_chocolatey:
|
||||
name: vmware-workstation-player
|
Loading…
Add table
Add a link
Reference in a new issue