We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccec0e0 commit 2f1d232Copy full SHA for 2f1d232
1 file changed
ansible/playbooks/install_dev_env.yaml
@@ -15,7 +15,7 @@
15
16
- name: Print configuration
17
ansible.builtin.debug:
18
- msg: "Ubuntu {{ ansible_distribution_version }} -> ROS {{ rosdistro }}"
+ msg: Ubuntu {{ ansible_distribution_version }} -> ROS {{ rosdistro }}
19
tags: [always]
20
21
roles:
0 commit comments