Skip to content

Commit 2f1d232

Browse files
committed
chore(ansible): drop redundant quotes flagged by yamllint
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent ccec0e0 commit 2f1d232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/playbooks/install_dev_env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
- name: Print configuration
1717
ansible.builtin.debug:
18-
msg: "Ubuntu {{ ansible_distribution_version }} -> ROS {{ rosdistro }}"
18+
msg: Ubuntu {{ ansible_distribution_version }} -> ROS {{ rosdistro }}
1919
tags: [always]
2020

2121
roles:

0 commit comments

Comments
 (0)