From 61c8c0ba0b15a35d741bdd86cff38df90fa7814a Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 27 Feb 2024 12:48:12 +0100 Subject: [PATCH] Install choco --- .gitmodules | 3 +++ roles/l3d.choco | 1 + site.yml | 1 + 3 files changed, 5 insertions(+) create mode 160000 roles/l3d.choco diff --git a/.gitmodules b/.gitmodules index a079691..772c33f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -63,3 +63,6 @@ [submodule "roles/l3d.time"] path = roles/l3d.time url = https://git.l3d.ch/win_ansible/ansible_role_win_time.git +[submodule "roles/l3d.choco"] + path = roles/l3d.choco + url = https://git.l3d.ch/win_ansible/ansible_role_win_chocolatey.git diff --git a/roles/l3d.choco b/roles/l3d.choco new file mode 160000 index 0000000..5322f83 --- /dev/null +++ b/roles/l3d.choco @@ -0,0 +1 @@ +Subproject commit 5322f83dfb4385e2fe9d9db1a47220daf3e99cd5 diff --git a/site.yml b/site.yml index a62ddbc..2af1c8e 100644 --- a/site.yml +++ b/site.yml @@ -9,6 +9,7 @@ hosts: obs roles: - {role: win_warn_ansible_start, tags: [always, warn]} + - {role: l3d.choco, tags: chocolatey} - {role: do1jlr.win_activation, tags: [task]} - {role: do1jlr.win_winerm, tags: winrm} - {role: do1jlr.win_base_setup, tags: [user, setup]}