classroom/roles/winroom/tasks/unity.yml

8 lines
154 B
YAML
Raw Normal View History

2022-09-25 10:35:45 +00:00
- name: Install Unity
win_chocolatey:
name: unity
2022-09-27 09:10:47 +00:00
# Don’t install Unity Hub because it wants a login when run.
# TODO Figure out license stuff.