diff --git a/.gitmodules b/.gitmodules index 34e7840..6608c42 100644 --- a/.gitmodules +++ b/.gitmodules @@ -261,7 +261,15 @@ path = kita-pro-desktop url = ../ansible-role-kita-pro-desktop.git branch = master +[submodule "touchpad"] + path = touchpad + url = ../ansible-role-touchpad.git +[submodule "nodejs"] + path = nodejs + url = ../ansible-role-nodejs.git +[submodule "conda"] + path = conda + url = ../ansible-role-conda.git [submodule "dconf-lock"] path = dconf-lock url = ../ansible-role-dconf-lock.git - branch = master diff --git a/conda b/conda new file mode 160000 index 0000000..7d98a33 --- /dev/null +++ b/conda @@ -0,0 +1 @@ +Subproject commit 7d98a330656ea84896b32b4f809949936542552b diff --git a/debian_repos b/debian_repos index 59f91c6..27fd5b3 160000 --- a/debian_repos +++ b/debian_repos @@ -1 +1 @@ -Subproject commit 59f91c6d991d57bb24d359728226aa748664ae1b +Subproject commit 27fd5b34b24bfa9a270f308391c9534be742bacd diff --git a/nodejs b/nodejs new file mode 160000 index 0000000..ee6672b --- /dev/null +++ b/nodejs @@ -0,0 +1 @@ +Subproject commit ee6672bc4f2c719fff61ddbdfc244ad235747454 diff --git a/touchpad b/touchpad new file mode 160000 index 0000000..70385eb --- /dev/null +++ b/touchpad @@ -0,0 +1 @@ +Subproject commit 70385eb2326005a66b21ac84107faed7f6ae1685