diff --git a/.gitmodules b/.gitmodules index c17525b..cf4c460 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "roles/workstation_packages"] path = roles/workstation_packages url = https://github.com/DO1JLR/role_install_workstaton_packages.git +[submodule "roles/i3wm"] + path = roles/i3wm + url = https://github.com/DO1JLR/ansible-role-i3wm.git diff --git a/roles/i3wm b/roles/i3wm new file mode 160000 index 0000000..9f033b5 --- /dev/null +++ b/roles/i3wm @@ -0,0 +1 @@ +Subproject commit 9f033b50c724804fc55c3c2b76b1d9a78b83e2e4