Skip to content

Commit

Permalink
refactor(ansible/pacmod): fix the when condition to only ignore rolli…
Browse files Browse the repository at this point in the history
…ng (autowarefoundation#398)

Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
  • Loading branch information
kenji-miyake authored Jun 6, 2022
1 parent 5e76cfd commit 5c4224e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/playbooks/universe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
- role: autoware.dev_env.cuda
when: install_nvidia == 'y'
- role: autoware.dev_env.pacmod
when: rosdistro == 'galactic'
when: rosdistro != 'rolling'
- role: autoware.dev_env.tensorrt
when: install_nvidia == 'y'

0 comments on commit 5c4224e

Please sign in to comment.