From 4bf352a2a90eb822d086a03abe908308cb0989a0 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Tue, 27 Sep 2022 09:10:47 +0000 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20install=20Unity=20Hub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/winroom/tasks/unity.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/roles/winroom/tasks/unity.yml b/roles/winroom/tasks/unity.yml index 1a2cdf4..a73fcde 100644 --- a/roles/winroom/tasks/unity.yml +++ b/roles/winroom/tasks/unity.yml @@ -1,8 +1,7 @@ -# TODO Figure out license stuff. -- name: Install Unity Hub - win_chocolatey: - name: unity-hub - - name: Install Unity win_chocolatey: name: unity + +# Don’t install Unity Hub because it wants a login when run. + +# TODO Figure out license stuff.