Bugfix: Dotfiles (#74)
* Falsche Submodule URL korrigiert: geerlingguy.dotfiles * geerlingguy.dotfiles auf branch "mg" umgestellt
This commit is contained in:
parent
e56cc53f2c
commit
3bfbf2daa5
2 changed files with 4 additions and 4 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -7,9 +7,6 @@
|
||||||
[submodule "roles/geerlingguy.docker"]
|
[submodule "roles/geerlingguy.docker"]
|
||||||
path = roles/geerlingguy.docker
|
path = roles/geerlingguy.docker
|
||||||
url = https://github.com/geerlingguy/ansible-role-docker
|
url = https://github.com/geerlingguy/ansible-role-docker
|
||||||
[submodule "roles/geerlingguy.dotfiles"]
|
|
||||||
path = roles/geerlingguy.dotfiles
|
|
||||||
url = https://github.com/geerlingguy/dotfiles
|
|
||||||
[submodule "roles/geerlingguy.pip"]
|
[submodule "roles/geerlingguy.pip"]
|
||||||
path = roles/geerlingguy.pip
|
path = roles/geerlingguy.pip
|
||||||
url = https://github.com/geerlingguy/ansible-role-pip
|
url = https://github.com/geerlingguy/ansible-role-pip
|
||||||
|
@ -31,3 +28,6 @@
|
||||||
[submodule "roles/ryandaniels.create_users"]
|
[submodule "roles/ryandaniels.create_users"]
|
||||||
path = roles/ryandaniels.create_users
|
path = roles/ryandaniels.create_users
|
||||||
url = https://github.com/ryandaniels/ansible-role-create-users
|
url = https://github.com/ryandaniels/ansible-role-create-users
|
||||||
|
[submodule "roles/geerlingguy.dotfiles"]
|
||||||
|
path = roles/geerlingguy.dotfiles
|
||||||
|
url = https://github.com/geerlingguy/ansible-role-dotfiles
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 82dbdbc7a6462ee11f910758aab69943c54ebedb
|
Subproject commit 27b50c17dc1f10e6b05c192dfa84a0785f6cc7d6
|
Loading…
Reference in a new issue