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:
parent
0598814bc0
commit
aad1d17519
7 changed files with 9 additions and 8 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -1,9 +1,6 @@
|
|||
[submodule "roles/workstation_packages"]
|
||||
path = roles/workstation_packages
|
||||
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"]
|
||||
path = roles/dotfiles
|
||||
url = https://github.com/chaos-bodensee/role_dotfiles.git
|
||||
|
@ -67,3 +64,6 @@
|
|||
[submodule "roles/do1jlr.avahi_client"]
|
||||
path = roles/do1jlr.avahi_client
|
||||
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
1
roles/do1jlr.i3wm
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 6fbf3f2efc331abb3a81c08d81e5973d43f9b706
|
|
@ -28,7 +28,7 @@
|
|||
- {role: bat, tags: bat, when: ansible_os_family == 'Debian'}
|
||||
- {role: install-firefox, tags: firefox}
|
||||
- {role: copy_files}
|
||||
- {role: i3wm, tags: i3wm}
|
||||
- {role: do1jlr.i3wm, tags: i3wm}
|
||||
- {role: ntp, tags: ntp}
|
||||
- {role: xrandr, tags: xrandr}
|
||||
- {role: arch-fonts, tags: fonts}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
- {role: bat, tags: bat, when: ansible_os_family == 'Debian'}
|
||||
- {role: install-firefox, tags: firefox}
|
||||
- {role: copy_files}
|
||||
- {role: i3wm, tags: i3wm}
|
||||
- {role: do1jlr.i3wm, tags: i3wm}
|
||||
- {role: ntp, tags: ntp}
|
||||
- {role: xrandr, tags: xrandr}
|
||||
- {role: arch-fonts, tags: fonts}
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
- {role: bat, tags: bat, when: ansible_os_family == 'Debian'}
|
||||
- {role: install-firefox, tags: firefox}
|
||||
- {role: copy_files}
|
||||
- {role: i3wm, tags: i3wm}
|
||||
- {role: do1jlr.i3wm, tags: i3wm}
|
||||
- {role: ntp, tags: ntp}
|
||||
- {role: xrandr, tags: xrandr}
|
||||
- {role: arch-fonts, tags: fonts}
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
- {role: bat, tags: bat, when: ansible_os_family == 'Debian'}
|
||||
- {role: install-firefox, tags: firefox}
|
||||
- {role: copy_files}
|
||||
- {role: i3wm, tags: i3wm}
|
||||
- {role: do1jlr.i3wm, tags: i3wm}
|
||||
- {role: ntp, tags: ntp}
|
||||
- {role: xrandr, tags: xrandr}
|
||||
- {role: arch-fonts, tags: fonts}
|
||||
|
|
2
site.yml
2
site.yml
|
@ -23,7 +23,7 @@
|
|||
- {role: pulseaudio, tags: pulseaudio}
|
||||
- {role: networkmanager, tags: [nm, networkmanager]}
|
||||
- {role: copy_files}
|
||||
- {role: i3wm, tags: i3wm}
|
||||
- {role: do1jlr.i3wm, tags: i3wm}
|
||||
- {role: xrandr, tags: xrandr}
|
||||
- {role: install-firefox, tags: firefox}
|
||||
- {role: nextcloud, tags: nextcloud}
|
||||
|
|
Loading…
Reference in a new issue