Skip to content

Commit

Permalink
feat: Jinja templates should only be at the end of 'name'
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 6adefc1 commit 4484d62
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 @@ -34,7 +34,7 @@
state: present
update_cache: true

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

0 comments on commit 4484d62

Please sign in to comment.