mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
Update submodules
This commit is contained in:
parent
d01abb6eac
commit
ff038f3e15
4 changed files with 9 additions and 5 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,6 +1,6 @@
|
||||||
[submodule "roles/workstation_packages"]
|
[submodule "roles/workstation_packages"]
|
||||||
path = roles/workstation_packages
|
path = roles/workstation_packages
|
||||||
url = https://github.com/DO1JLR/role_install_workstaton_packages.git
|
url = https://github.com/cahos-bodnesee/role_install_workstaton_packages.git
|
||||||
[submodule "roles/i3wm"]
|
[submodule "roles/i3wm"]
|
||||||
path = roles/i3wm
|
path = roles/i3wm
|
||||||
url = https://github.com/DO1JLR/ansible-role-i3wm.git
|
url = https://github.com/DO1JLR/ansible-role-i3wm.git
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
url = https://gitea.see-base.de/toolbox/ssh-public-keys.git
|
url = https://gitea.see-base.de/toolbox/ssh-public-keys.git
|
||||||
[submodule "roles/sshd"]
|
[submodule "roles/sshd"]
|
||||||
path = roles/sshd
|
path = roles/sshd
|
||||||
url = https://github.com/DO1JLR/role_sshd.git
|
url = https://github.com/chaos-bodensee/role_sshd.git
|
||||||
[submodule "roles/nextcloud"]
|
[submodule "roles/nextcloud"]
|
||||||
path = roles/nextcloud
|
path = roles/nextcloud
|
||||||
url = https://github.com/DO1JLR/role_nextcloud_client.git
|
url = https://github.com/DO1JLR/role_nextcloud_client.git
|
||||||
|
@ -36,4 +36,4 @@
|
||||||
url = https://github.com/DO1JLR/role-firefox-installation.git
|
url = https://github.com/DO1JLR/role-firefox-installation.git
|
||||||
[submodule "roles/xrandr"]
|
[submodule "roles/xrandr"]
|
||||||
path = roles/xrandr
|
path = roles/xrandr
|
||||||
url = https://github.com/DO1JLR/role-xrandr.git
|
url = https://github.com/chaos-bodensee/role-xrandr.git
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit aa0618fe8c99d5adad6241ca99d16877559cfb60
|
Subproject commit aa1156cd7b75bccda1fac7652a83e6f31499608b
|
|
@ -1 +1 @@
|
||||||
Subproject commit 28b6a207194cd28f3c2d3768e782e216ae4cf4e9
|
Subproject commit ca3fdff69ba604a1faf2ff736ca114cd785aba4e
|
|
@ -50,6 +50,10 @@
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
- i3wm
|
- i3wm
|
||||||
|
- copy_files
|
||||||
|
- i3wm
|
||||||
|
- ntp
|
||||||
|
- xrandr
|
||||||
roles:
|
roles:
|
||||||
- copy_files
|
- copy_files
|
||||||
- i3wm
|
- i3wm
|
||||||
|
|
Loading…
Reference in a new issue