10 lines
242 B
YAML
10 lines
242 B
YAML
---
|
|
- name: Verify NVIDIA driver
|
|
ansible.builtin.include_tasks: driver_check.yml
|
|
|
|
- name: NVIDIA Container Toolkit
|
|
ansible.builtin.include_tasks: toolkit.yml
|
|
|
|
- name: Containerd GPU runtime
|
|
ansible.builtin.include_tasks: containerd.yml
|