Skip to content

Commit

Permalink
chore(ansible/pacmod): limit pacmod role to run only with Galactic (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#325)

Signed-off-by: Kenji Miyake <[email protected]>
  • Loading branch information
kenji-miyake authored May 22, 2022
1 parent 3203b2f commit 63fd931
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/playbooks/universe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@
- role: autoware.dev_env.cuda
when: install_nvidia == 'y'
- role: autoware.dev_env.pacmod
when: rosdistro == 'galactic'
- role: autoware.dev_env.tensorrt
when: install_nvidia == 'y'

0 comments on commit 63fd931

Please sign in to comment.