Skip to content

Commit

Permalink
updates ros apt-key (#4)
Browse files Browse the repository at this point in the history
the key was exchanged due to a security incident in the buildfarm.
https://discourse.ros.org/t/security-issue-on-ros-build-farm/9342
  • Loading branch information
chris2401 authored and pgorczak committed Jun 14, 2019
1 parent 84b7c48 commit 16788a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- name: set up ros keys
apt_key:
keyserver: ha.pool.sks-keyservers.net
id: '0xB01FA116'
id: '0xab17c654'
- name: accept software from packages.ros.org
apt_repository:
repo: 'deb http://packages.ros.org/ros/ubuntu {{ ansible_lsb.codename }} main'
Expand Down

0 comments on commit 16788a3

Please sign in to comment.