diff --git a/.gitmodules b/.gitmodules index 3ff961f..f01354d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,9 +4,6 @@ [submodule "roles/do1jlr.win_obs_setup"] path = roles/do1jlr.win_obs_setup url = https://backwesen.de/voc/win_ansible_role_obs_setup.git -[submodule "roles/do1jlr.win_remove_win_apps"] - path = roles/do1jlr.win_remove_win_apps - url = https://backwesen.de/voc/win_ansible_remove_win_apps.git [submodule "roles/do1jlr.win_zeroconf"] path = roles/do1jlr.win_zeroconf url = https://backwesen.de/voc/win_ansible_role_zeroconf.git diff --git a/roles/do1jlr.win_base_setup b/roles/do1jlr.win_base_setup index 19d613b..2492e0e 160000 --- a/roles/do1jlr.win_base_setup +++ b/roles/do1jlr.win_base_setup @@ -1 +1 @@ -Subproject commit 19d613bb4f68cf6d1a65481700ca34849ae742c1 +Subproject commit 2492e0ef5a88869c89f3d82b6bebcc53619648f6 diff --git a/roles/do1jlr.win_obs_setup b/roles/do1jlr.win_obs_setup index c7de037..cc2c716 160000 --- a/roles/do1jlr.win_obs_setup +++ b/roles/do1jlr.win_obs_setup @@ -1 +1 @@ -Subproject commit c7de0373770c894b9b1e07f8794d6d5e8b94a1e2 +Subproject commit cc2c716f9e0ae4e95d13b2352f65c6378aaefd2b diff --git a/roles/do1jlr.win_remove_win_apps b/roles/do1jlr.win_remove_win_apps deleted file mode 160000 index abd1815..0000000 --- a/roles/do1jlr.win_remove_win_apps +++ /dev/null @@ -1 +0,0 @@ -Subproject commit abd181576e89ed0c2cb852c727384b94c618a0fd diff --git a/site.yml b/site.yml index f9716fc..dc1ee87 100644 --- a/site.yml +++ b/site.yml @@ -9,4 +9,3 @@ - {role: do1jlr.win_parsec, tags: parsec} - {role: do1jlr.win_synologydrive, tags: [synology, nas, synologydrive]} - {role: do1jlr.win_streamdeck, tags: streamdeck} - - {role: do1jlr.win_remove_win_apps, tags: cleanup}