From bff4bc01791e2175aed9122da8da6dadd56f24aa Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 13 Feb 2021 07:31:16 -0600 Subject: [PATCH] Full path to executable. --- tasks/miner/drivers/amdgpu.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tasks/miner/drivers/amdgpu.yml b/tasks/miner/drivers/amdgpu.yml index 6baf376..476b553 100644 --- a/tasks/miner/drivers/amdgpu.yml +++ b/tasks/miner/drivers/amdgpu.yml @@ -5,6 +5,7 @@ - name: AMDGPU | Variables set_fact: amdgpu_cron_job: AMDGPU - Need To Finish Installation + amdgpu_cron_cmd: /root/bin/scm.sh - name: AMDGPU | Install Dependencies package: @@ -84,7 +85,7 @@ user: root name: "{{ amdgpu_cron_job }}" special_time: reboot - job: "scm.sh" + job: "{{ amdgpu_cron_cmd }}" state: present disabled: no when: amdgpu_install.failed and hwe_kernel.stdout != "0" and ga_kernel.failed @@ -133,7 +134,7 @@ user: root name: "{{ amdgpu_cron_job }}" special_time: reboot - job: "scm.sh" + job: "{{ amdgpu_cron_cmd }}" state: present disabled: no when: amdgpu_install.failed and hwe_kernel.stdout != "0" @@ -175,7 +176,7 @@ user: root name: "{{ amdgpu_cron_job }}" special_time: reboot - job: "scm.sh" + job: "{{ amdgpu_cron_cmd }}" state: present disabled: no when: amdgpu_install.failed