Add dependencies.

This commit is contained in:
Hyperling 2021-02-11 18:08:57 -06:00
parent 1f9d2508b9
commit 5975699e62
2 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,14 @@
--- ---
# Install OpenCL drivers. # Install OpenCL drivers.
- name: AMDGPU | Install Dependencies
package:
name:
- dkms
- mesa-common-dev
state: present
become: true
- name: AMDGPU | Check If Installed - name: AMDGPU | Check If Installed
shell: 'which amdgpu-pro-uninstall' shell: 'which amdgpu-pro-uninstall'
register: amdgpu_installed register: amdgpu_installed