Starting cleanup
This commit is contained in:
parent
704ed29c3f
commit
21c585baa3
|
@ -24,3 +24,6 @@ tags
|
||||||
|
|
||||||
# Notes
|
# Notes
|
||||||
notes/
|
notes/
|
||||||
|
|
||||||
|
# Venv
|
||||||
|
ansible/
|
||||||
|
|
|
@ -49,3 +49,12 @@
|
||||||
[submodule "roles/do1jlr.win_nextcloud"]
|
[submodule "roles/do1jlr.win_nextcloud"]
|
||||||
path = roles/do1jlr.win_nextcloud
|
path = roles/do1jlr.win_nextcloud
|
||||||
url = https://backwesen.de/voc/win_ansible_role_nextcloud.git
|
url = https://backwesen.de/voc/win_ansible_role_nextcloud.git
|
||||||
|
[submodule "collections/ansible_collections/community/general"]
|
||||||
|
path = collections/ansible_collections/community/general
|
||||||
|
url = https://github.com/ansible-collections/community.general.git
|
||||||
|
[submodule "collections/ansible_collections/ansible/windows"]
|
||||||
|
path = collections/ansible_collections/ansible/windows
|
||||||
|
url = https://github.com/ansible-collections/ansible.windows.git
|
||||||
|
[submodule "collections/ansible_collections/community/windows"]
|
||||||
|
path = collections/ansible_collections/community/windows
|
||||||
|
url = https://github.com/ansible-collections/community.windows.git
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 052ef994b9ce50653fdd8a000250a78d490b0406
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit d0f229f5d8eb89f5e4d6858deb6ce90675d37908
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 03e3af7baf85c2b14e558d3b9f1659712a3c6891
|
Loading…
Reference in New Issue