Signed-off-by: Luke Wilson <luke.wilson@dell.com>
@@ -78,3 +78,8 @@
include_tasks: nvidia.yml
when: ansible_local.inventory.nvidia_gpu > 0
tags: install
+
+- name: Install AMD GPU drivers and software components
+ include_tasks: amd.yml
+ when: ansible_local.inventory.amd_gpu > 0
+ tags: install