enable windows

This commit is contained in:
L3D 2024-01-14 21:26:44 +01:00
parent 0ec50e6973
commit fbdf0c1224
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -4,3 +4,6 @@
[submodule "roles/l3d.ansible_version"]
path = roles/l3d.ansible_version
url = https://github.com/roles-ansible/ansible_role_versioncheck.git
[submodule "roles/win_activating"]
path = roles/win_activating
url = https://git.l3d.ch/voc/win_ansible_role_activating.git

1
roles/win_activating Submodule

@ -0,0 +1 @@
Subproject commit 8d78edd9dd4e5abe975325b9e80e8daa497f1aa2

View file

@ -8,4 +8,5 @@
- name: Deploy windows users and basic config
hosts: desktop
roles:
- {role: win_activating, tags: zeroconf}
- {role: win_zeroconf, tags: zeroconf}