summaryrefslogtreecommitdiffstats
path: root/mltk-nvidia/tasks/main.yml
blob: a4d429618c793fe5dbd16c530c1ea50ab553c8c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
- name: mltk | Checkout repository
  git:
    repo: "{{ mltk_git_source }}"
    dest: "{{ mltk_git_target }}"
    version: "{{ mltk_git_branch }}"
    depth: 1

- name: mltk | Build bwlp target
  shell: "{{ mltk_git_target }}/mltk nvidia_libs -b -i"