Skip to content

Commit

Permalink
fix: ansbile role
Browse files Browse the repository at this point in the history
Closes #140
  • Loading branch information
hayato-m126 committed Dec 8, 2020
1 parent 5d91396 commit 4e2189c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/autoware/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
pip:
name:
- gdown
executable: pip3

- name: Autoware (install geographiclib-tools)
apt:
Expand Down
7 changes: 7 additions & 0 deletions ansible/roles/ros2/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,10 @@
line: source /opt/ros/{{ rosdistro }}/setup.bash
state: present
become: no

- name: ROS2 (install colcon)
apt:
name: "python3-colcon-common-extensions"
state: latest
update_cache: yes
become: yes

0 comments on commit 4e2189c

Please sign in to comment.