Skip to content

Commit

Permalink
chore: fix condition for checking held ROS package in dev_tools role
Browse files Browse the repository at this point in the history
Signed-off-by: Naophis <[email protected]>
  • Loading branch information
Naophis committed Jun 3, 2024
1 parent 15fb558 commit fc9b58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/dev_tools/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
- ros-{{ rosdistro }}-plotjuggler-ros
state: latest
update_cache: true
when: "'ros-' + rosdistro + '-' + plotjuggler-ros not in held_ros_packages.stdout"
when: "'ros-' + rosdistro + '-plotjuggler-ros' not in held_ros_packages.stdout"
register: install_result
failed_when: false

Expand Down

0 comments on commit fc9b58e

Please sign in to comment.