8 lines
197 B
YAML
8 lines
197 B
YAML
|
|
- name: Setup AMD ROCm Container Environment
|
||
|
|
hosts: amd
|
||
|
|
|
||
|
|
tasks:
|
||
|
|
- name: Setup AMD ROCm Container Environment
|
||
|
|
ansible.builtin.include_tasks:
|
||
|
|
file: tasks/amd-rocm-container.yml
|