Add dependencies.
This commit is contained in:
parent
1f9d2508b9
commit
5975699e62
@ -1,6 +1,14 @@
|
||||
---
|
||||
# Install OpenCL drivers.
|
||||
|
||||
- name: AMDGPU | Install Dependencies
|
||||
package:
|
||||
name:
|
||||
- dkms
|
||||
- mesa-common-dev
|
||||
state: present
|
||||
become: true
|
||||
|
||||
- name: AMDGPU | Check If Installed
|
||||
shell: 'which amdgpu-pro-uninstall'
|
||||
register: amdgpu_installed
|
||||
|
Loading…
x
Reference in New Issue
Block a user