Skip to content

Commit d31bfbc

Browse files
authored
fix(agnocast): delete limitation to humble (#7129)
delete limitation to humble Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp>
1 parent b0e6357 commit d31bfbc

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

ansible/playbooks/universe.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
- role: autoware.dev_env.gdown
5353
- role: autoware.dev_env.build_tools
5454
- role: autoware.dev_env.agnocast
55-
when: rosdistro == 'humble'
5655

5756
# Autoware module dependencies
5857
- role: autoware.dev_env.acados

ansible/roles/agnocast/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
content: |
9292
Types: deb
9393
URIs: http://ppa.launchpad.net/t4-system-software/agnocast/ubuntu
94-
Suites: jammy
94+
Suites: {{ ansible_distribution_release }}
9595
Components: main
9696
Signed-By: /etc/apt/keyrings/agnocast-ppa.gpg
9797
mode: "0644"

0 commit comments

Comments
 (0)