Skip to content

Commit

Permalink
Update packages to use collection
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Sep 19, 2024
1 parent 765adfd commit e889063
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@
[submodule "collections/ansible_collections/l3d/avahi"]
path = collections/ansible_collections/l3d/avahi
url = https://github.com/roles-ansible/ansible_collection_avahi.git
[submodule "roles/l3d.packages"]
path = roles/l3d.packages
url = https://github.com/roles-ansible/ansible_role_packages.git
[submodule "roles/l3d.etesync_dav"]
path = roles/l3d.etesync_dav
url = https://github.com/roles-ansible/ansible_role_etesync_dav.git
Expand Down
1 change: 0 additions & 1 deletion roles/l3d.packages
Submodule l3d.packages deleted from 769416
2 changes: 1 addition & 1 deletion site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- name: Generic Workstation Preperation
hosts: [work, private]
roles:
- {role: l3d.packages, tags: [packages, apt]}
- {role: l3d.linux.packages, tags: [packages, apt]}
- {role: l3d.time.ntp, tags: ntp}
- {role: l3d.avahi.client, tags: avahi}
- {role: l3d.avahi.daemon, tags: avahi}
Expand Down

0 comments on commit e889063

Please sign in to comment.