Skip to content

Commit

Permalink
chore(ansible): remove task installing libqt5charts5-dev (autowarefou…
Browse files Browse the repository at this point in the history
…ndation#4156)

Signed-off-by: Esteve Fernandez <[email protected]>
  • Loading branch information
esteve authored Feb 8, 2024
1 parent 483e3b6 commit 2c2edff
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ansible/roles/autoware_universe/tasks/main.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
- name: Install libqt5charts5-dev # remove this task after merging https://github.com/ros/rosdistro/pull/39705.
become: true
ansible.builtin.apt:
name: libqt5charts5-dev
state: latest
update_cache: true

- name: Install geographiclib-tools
become: true
ansible.builtin.apt:
Expand Down

0 comments on commit 2c2edff

Please sign in to comment.