Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup modules #9

Merged
merged 1 commit into from
May 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
1 change: 1 addition & 0 deletions collections/ansible_collections/l3d/avahi
Submodule avahi added at 82b47d
1 change: 0 additions & 1 deletion roles/do1jlr.avahi_client
Submodule do1jlr.avahi_client deleted from 6ec6c6
1 change: 0 additions & 1 deletion roles/do1jlr.avahi_daemon
Submodule do1jlr.avahi_daemon deleted from 41905f
4 changes: 2 additions & 2 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]}

Expand Down