Skip to content

Commit

Permalink
fix: change literal
Browse files Browse the repository at this point in the history
Signed-off-by: Naophis <nao1288stusj@gmail.com>
  • Loading branch information
Naophis committed Apr 2, 2024
1 parent 4484d62 commit 9b6b6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ros2/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
- name: Display warning if ROS 2 package is held
ansible.builtin.debug:
msg: ROS package 'ros-{{ rosdistro + '-' + ros2_installation_type }}' is apt-mark hold. Skipping installation.
when: install_result.changed == false
when: not install_result.changed

- name: Add PATH to .bashrc
ansible.builtin.lineinfile:
Expand Down

0 comments on commit 9b6b6cc

Please sign in to comment.