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

Merge pull request #57 from DO1JLR/wm

Create wm collection and update
This commit is contained in:
L3D 2024-07-27 17:16:14 +02:00 committed by GitHub
commit 8f21974f67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 9 additions and 10 deletions

7
.gitmodules vendored
View file

@ -38,10 +38,6 @@
path = roles/amdgpu_firmware path = roles/amdgpu_firmware
url = https://github.com/DO1JLR/ansible_role_amdgpu_firmware.git url = https://github.com/DO1JLR/ansible_role_amdgpu_firmware.git
branch = main branch = main
[submodule "roles/do1jlr.i3wm"]
path = roles/do1jlr.i3wm
url = https://github.com/roles-ansible/ansible_role_i3wm.git
branch = main
[submodule "roles/do1jlr.htop"] [submodule "roles/do1jlr.htop"]
path = roles/do1jlr.htop path = roles/do1jlr.htop
url = https://github.com/roles-ansible/ansible_role_htop.git url = https://github.com/roles-ansible/ansible_role_htop.git
@ -74,3 +70,6 @@
[submodule "collections/ansible_collections/l3d/users"] [submodule "collections/ansible_collections/l3d/users"]
path = collections/ansible_collections/l3d/users path = collections/ansible_collections/l3d/users
url = https://github.com/roles-ansible/ansible_collection_users.git url = https://github.com/roles-ansible/ansible_collection_users.git
[submodule "collections/ansible_collections/l3d/wm"]
path = collections/ansible_collections/l3d/wm
url = https://github.com/roles-ansible/ansible_collection_wm.git

@ -1 +1 @@
Subproject commit cac55beb4fe7e22f2d4d868fef3affbb854e558f Subproject commit 1a8f172186e82126d922686c2226f34c1a2a5db1

@ -0,0 +1 @@
Subproject commit ba7cb8f13ff5dd0f3b9c16df25f88d6e1114c369

@ -1 +0,0 @@
Subproject commit 31c8ca4dbf17c4cdd5777c5b32b31638239de687

@ -1 +1 @@
Subproject commit 0348a3bb5ef7a894ccc83fb620bd5264045ae82b Subproject commit d35207a72a336f41bfce5af1ced1085bce993ee5

View file

@ -22,9 +22,9 @@
- {role: l3d.etesync_dav, tags: [etebase, etesync, dav]} - {role: l3d.etesync_dav, tags: [etebase, etesync, dav]}
- {role: gantsign.bat, tags: bat} - {role: gantsign.bat, tags: bat}
- {role: l3d.gopass, tags: gopass} - {role: l3d.gopass, tags: gopass}
- {role: do1jlr.i3wm, tags: i3wm} - {role: l3d.wm.i3, tags: i3wm}
- {role: roles-ansible.sway, tags: sway} - {role: l3d.wm.sway, tags: sway}
- {role: amdgpu_firmware, tags: firmware} # - {role: amdgpu_firmware, tags: firmware}
- {role: do1jlr.htop, tags: htop} - {role: do1jlr.htop, tags: htop}
# - name: user specific setup # - name: user specific setup