1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00

rename submodule location

This commit is contained in:
L3D 2022-04-23 23:19:32 +02:00
parent 0598814bc0
commit aad1d17519
7 changed files with 9 additions and 8 deletions

6
.gitmodules vendored
View file

@ -1,9 +1,6 @@
[submodule "roles/workstation_packages"] [submodule "roles/workstation_packages"]
path = roles/workstation_packages path = roles/workstation_packages
url = https://github.com/chaos-bodensee/role_install_workstaton_packages.git url = https://github.com/chaos-bodensee/role_install_workstaton_packages.git
[submodule "roles/do1jlr.i3wm"]
path = roles/do1jlr.i3wm
url = https://github.com/roles-ansible/ansible_role_i3wm.git
[submodule "roles/dotfiles"] [submodule "roles/dotfiles"]
path = roles/dotfiles path = roles/dotfiles
url = https://github.com/chaos-bodensee/role_dotfiles.git url = https://github.com/chaos-bodensee/role_dotfiles.git
@ -67,3 +64,6 @@
[submodule "roles/do1jlr.avahi_client"] [submodule "roles/do1jlr.avahi_client"]
path = roles/do1jlr.avahi_client path = roles/do1jlr.avahi_client
url = https://github.com/roles-ansible/ansible_role_avahi_client.git url = https://github.com/roles-ansible/ansible_role_avahi_client.git
[submodule "roles/do1jlr.i3wm"]
path = roles/do1jlr.i3wm
url = https://github.com/roles-ansible/ansible_role_i3wm.git

1
roles/do1jlr.i3wm Submodule

@ -0,0 +1 @@
Subproject commit 6fbf3f2efc331abb3a81c08d81e5973d43f9b706

View file

@ -28,7 +28,7 @@
- {role: bat, tags: bat, when: ansible_os_family == 'Debian'} - {role: bat, tags: bat, when: ansible_os_family == 'Debian'}
- {role: install-firefox, tags: firefox} - {role: install-firefox, tags: firefox}
- {role: copy_files} - {role: copy_files}
- {role: i3wm, tags: i3wm} - {role: do1jlr.i3wm, tags: i3wm}
- {role: ntp, tags: ntp} - {role: ntp, tags: ntp}
- {role: xrandr, tags: xrandr} - {role: xrandr, tags: xrandr}
- {role: arch-fonts, tags: fonts} - {role: arch-fonts, tags: fonts}

View file

@ -29,7 +29,7 @@
- {role: bat, tags: bat, when: ansible_os_family == 'Debian'} - {role: bat, tags: bat, when: ansible_os_family == 'Debian'}
- {role: install-firefox, tags: firefox} - {role: install-firefox, tags: firefox}
- {role: copy_files} - {role: copy_files}
- {role: i3wm, tags: i3wm} - {role: do1jlr.i3wm, tags: i3wm}
- {role: ntp, tags: ntp} - {role: ntp, tags: ntp}
- {role: xrandr, tags: xrandr} - {role: xrandr, tags: xrandr}
- {role: arch-fonts, tags: fonts} - {role: arch-fonts, tags: fonts}

View file

@ -28,7 +28,7 @@
- {role: bat, tags: bat, when: ansible_os_family == 'Debian'} - {role: bat, tags: bat, when: ansible_os_family == 'Debian'}
- {role: install-firefox, tags: firefox} - {role: install-firefox, tags: firefox}
- {role: copy_files} - {role: copy_files}
- {role: i3wm, tags: i3wm} - {role: do1jlr.i3wm, tags: i3wm}
- {role: ntp, tags: ntp} - {role: ntp, tags: ntp}
- {role: xrandr, tags: xrandr} - {role: xrandr, tags: xrandr}
- {role: arch-fonts, tags: fonts} - {role: arch-fonts, tags: fonts}

View file

@ -28,7 +28,7 @@
- {role: bat, tags: bat, when: ansible_os_family == 'Debian'} - {role: bat, tags: bat, when: ansible_os_family == 'Debian'}
- {role: install-firefox, tags: firefox} - {role: install-firefox, tags: firefox}
- {role: copy_files} - {role: copy_files}
- {role: i3wm, tags: i3wm} - {role: do1jlr.i3wm, tags: i3wm}
- {role: ntp, tags: ntp} - {role: ntp, tags: ntp}
- {role: xrandr, tags: xrandr} - {role: xrandr, tags: xrandr}
- {role: arch-fonts, tags: fonts} - {role: arch-fonts, tags: fonts}

View file

@ -23,7 +23,7 @@
- {role: pulseaudio, tags: pulseaudio} - {role: pulseaudio, tags: pulseaudio}
- {role: networkmanager, tags: [nm, networkmanager]} - {role: networkmanager, tags: [nm, networkmanager]}
- {role: copy_files} - {role: copy_files}
- {role: i3wm, tags: i3wm} - {role: do1jlr.i3wm, tags: i3wm}
- {role: xrandr, tags: xrandr} - {role: xrandr, tags: xrandr}
- {role: install-firefox, tags: firefox} - {role: install-firefox, tags: firefox}
- {role: nextcloud, tags: nextcloud} - {role: nextcloud, tags: nextcloud}