Skip to content

Commit

Permalink
Fix realsense version
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Oct 30, 2024
1 parent e05f802 commit d9b5c75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ansible/roles/realsense/defaults/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
realsense__librealsense_version: v2.56.2
2 changes: 1 addition & 1 deletion ansible/roles/realsense/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
ansible.builtin.git:
repo: https://github.com/IntelRealSense/librealsense.git
dest: /tmp/librealsense
version: v2.56.0
version: "{{ realsense__librealsense_version }}"
become: true

- name: Check CUDA installation
Expand Down

0 comments on commit d9b5c75

Please sign in to comment.