Skip to content

Commit

Permalink
chore: Update dev_tools role to fix condition for checking held ROS p…
Browse files Browse the repository at this point in the history
…ackage

Signed-off-by: Naophis <[email protected]>
  • Loading branch information
Naophis committed Jun 3, 2024
1 parent ef235eb commit dfe18f4
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 @@ -37,7 +37,7 @@
state: latest
update_cache: true

- name: Hold check of ros-{{ rosdistro }}-plotjuggler-ros
- name: Hold check of ros-{{ rosdistro + '-plotjuggler-ros' }}
ansible.builtin.command: apt-mark showhold
register: held_ros_packages
changed_when: false
Expand Down

0 comments on commit dfe18f4

Please sign in to comment.