Install choco
This commit is contained in:
parent
26617874ed
commit
61c8c0ba0b
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
1
roles/l3d.choco
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 5322f83dfb4385e2fe9d9db1a47220daf3e99cd5
|
1
site.yml
1
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]}
|
||||
|
|
Loading…
Reference in a new issue