From 36c06df4b96be7f23b8456d0485c2e650bab2b90 Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 3 May 2023 20:29:09 +0200 Subject: [PATCH] Cleanup modules --- .gitmodules | 11 +++-------- collections/ansible_collections/l3d/avahi | 1 + roles/do1jlr.avahi_client | 1 - roles/do1jlr.avahi_daemon | 1 - site.yml | 4 ++-- 5 files changed, 6 insertions(+), 12 deletions(-) create mode 160000 collections/ansible_collections/l3d/avahi delete mode 160000 roles/do1jlr.avahi_client delete mode 160000 roles/do1jlr.avahi_daemon diff --git a/.gitmodules b/.gitmodules index b7c545f..b01ccef 100644 --- a/.gitmodules +++ b/.gitmodules @@ -70,14 +70,6 @@ path = roles/amdgpu_firmware url = https://github.com/DO1JLR/ansible_role_amdgpu_firmware.git branch = main -[submodule "roles/do1jlr.avahi"] - path = roles/do1jlr.avahi_daemon - url = https://github.com/roles-ansible/ansible_role_avahi_daemon.git - branch = main -[submodule "roles/do1jlr.avahi_client"] - path = roles/do1jlr.avahi_client - url = https://github.com/roles-ansible/ansible_role_avahi_client.git - branch = main [submodule "roles/do1jlr.i3wm"] path = roles/do1jlr.i3wm url = https://github.com/roles-ansible/ansible_role_i3wm.git @@ -96,3 +88,6 @@ [submodule "roles/l3d.ntp"] path = roles/l3d.ntp url = https://github.com/roles-ansible/ansible_role_ntp.git +[submodule "collections/ansible_collections/l3d/avahi"] + path = collections/ansible_collections/l3d/avahi + url = https://github.com/roles-ansible/ansible_collection_avahi.git diff --git a/collections/ansible_collections/l3d/avahi b/collections/ansible_collections/l3d/avahi new file mode 160000 index 0000000..82b47d5 --- /dev/null +++ b/collections/ansible_collections/l3d/avahi @@ -0,0 +1 @@ +Subproject commit 82b47d5e73df241bfb0999b9e8741acd3b7d222f diff --git a/roles/do1jlr.avahi_client b/roles/do1jlr.avahi_client deleted file mode 160000 index 6ec6c6f..0000000 --- a/roles/do1jlr.avahi_client +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6ec6c6fccd02e48e0a37187270e6a078e4d00ff3 diff --git a/roles/do1jlr.avahi_daemon b/roles/do1jlr.avahi_daemon deleted file mode 160000 index 41905fe..0000000 --- a/roles/do1jlr.avahi_daemon +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 41905fe7c636415aea0df21becf6977f650cf422 diff --git a/site.yml b/site.yml index a349178..cf13cfc 100644 --- a/site.yml +++ b/site.yml @@ -10,8 +10,8 @@ # - {role: do1jlr.base, tags: [default, packages, base]} # - {role: workstation_packages, tags: [default, workstation_packages, packages, setup]} - {role: l3d.ntp, tags: ntp} - - {role: do1jlr.avahi_client, tags: avahi} - - {role: do1jlr.avahi_daemon, tags: avahi} + - {role: l3d.avahi.client, tags: avahi} + - {role: l3d.avahi.daemon, tags: avahi} - {role: gantsign.bat, tags: bat} # - {role: arch-fonts, tags: [font, fonts, arch-fonts]}