We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e6357 commit d31bfbcCopy full SHA for d31bfbc
2 files changed
ansible/playbooks/universe.yaml
@@ -52,7 +52,6 @@
52
- role: autoware.dev_env.gdown
53
- role: autoware.dev_env.build_tools
54
- role: autoware.dev_env.agnocast
55
- when: rosdistro == 'humble'
56
57
# Autoware module dependencies
58
- role: autoware.dev_env.acados
ansible/roles/agnocast/tasks/main.yaml
@@ -91,7 +91,7 @@
91
content: |
92
Types: deb
93
URIs: http://ppa.launchpad.net/t4-system-software/agnocast/ubuntu
94
- Suites: jammy
+ Suites: {{ ansible_distribution_release }}
95
Components: main
96
Signed-By: /etc/apt/keyrings/agnocast-ppa.gpg
97
mode: "0644"
0 commit comments