Skip to content

Commit

Permalink
Update collection dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Mar 23, 2024
1 parent 186dd9f commit 96c4b82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ansible/galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace: bouncmpe
namespace: bounverif
name: autoware
description: Ansible scripts for Autoware Istanbul CoE
repository: github.com/boundrivesim/autoware-istanbul
repository: github.com/bounverif/autoware-istanbul
version: 0.3.0
readme: README.md
authors:
Expand Down
9 changes: 6 additions & 3 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
# See: https://docs.ansible.com/ansible/latest/galaxy/user_guide.html
# Use: ansible-galaxy install -r requirements.yml --force

roles:
- name: bounverif.cuda_install
src: https://github.com/bounverif/ansible-role-cuda-install
version: main

collections:
- source: ./ansible
type: dir
- source: ./collections/autoware_universe
type: dir
- source: ../ansible-collection-ros
type: dir
type: dir

0 comments on commit 96c4b82

Please sign in to comment.