Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
add cloning vrx_bridge package into utility
  • Loading branch information
kentaokamoto authored Nov 1, 2023
1 parent 42f1cb6 commit f61a8e5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ansible/roles/clone_packages/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,13 @@
version: main
accept_hostkey: yes
tags: [utility]
- name: clone vrx_bridge
git:
repo: https://github.com/OUXT-Polaris/vrx_bridge.git
dest: "{{workspace_path}}/src/utils/vrx_bridge"
version: main
accept_hostkey: yes
tags: [utility]

# Description Packages
- name: clone wamv_description
Expand Down

0 comments on commit f61a8e5

Please sign in to comment.