Install choco

This commit is contained in:
L3D 2024-02-27 12:48:12 +01:00
parent 26617874ed
commit 61c8c0ba0b
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -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

1
roles/l3d.choco Submodule

@ -0,0 +1 @@
Subproject commit 5322f83dfb4385e2fe9d9db1a47220daf3e99cd5

View file

@ -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]}