Skip to content

Commit

Permalink
fix: ansible for kvaser_interface (#477)
Browse files Browse the repository at this point in the history
Signed-off-by: 1222-takeshi <[email protected]>
  • Loading branch information
1222-takeshi authored May 25, 2022
1 parent 0e9a706 commit ff9ad61
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ansible/roles/kvaser/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@
become: true
apt_repository:
repo: ppa:astuff/kvaser-linux

- name: Install kvaser library
become: true
apt:
name:
- kvaser-canlib-dev
- kvaser-drivers-dkms
update_cache: true

0 comments on commit ff9ad61

Please sign in to comment.