From ba3ab3f6ab23e642c0c17ddc9836554e0e2bcd53 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Sun, 25 Jun 2023 14:24:36 +0200 Subject: [PATCH] winroom: add Minecraft EE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not required by any specific class but let’s document here it’s available from chocolatey. --- roles/winroom/tasks/minecraft-education.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/winroom/tasks/minecraft-education.yml diff --git a/roles/winroom/tasks/minecraft-education.yml b/roles/winroom/tasks/minecraft-education.yml new file mode 100644 index 0000000..92b0dc3 --- /dev/null +++ b/roles/winroom/tasks/minecraft-education.yml @@ -0,0 +1,3 @@ +- name: Install Minecraft Education + win_chocolatey: + name: minecraft-education