Full path to executable.
This commit is contained in:
parent
293e0d8b45
commit
bff4bc0179
@ -5,6 +5,7 @@
|
|||||||
- name: AMDGPU | Variables
|
- name: AMDGPU | Variables
|
||||||
set_fact:
|
set_fact:
|
||||||
amdgpu_cron_job: AMDGPU - Need To Finish Installation
|
amdgpu_cron_job: AMDGPU - Need To Finish Installation
|
||||||
|
amdgpu_cron_cmd: /root/bin/scm.sh
|
||||||
|
|
||||||
- name: AMDGPU | Install Dependencies
|
- name: AMDGPU | Install Dependencies
|
||||||
package:
|
package:
|
||||||
@ -84,7 +85,7 @@
|
|||||||
user: root
|
user: root
|
||||||
name: "{{ amdgpu_cron_job }}"
|
name: "{{ amdgpu_cron_job }}"
|
||||||
special_time: reboot
|
special_time: reboot
|
||||||
job: "scm.sh"
|
job: "{{ amdgpu_cron_cmd }}"
|
||||||
state: present
|
state: present
|
||||||
disabled: no
|
disabled: no
|
||||||
when: amdgpu_install.failed and hwe_kernel.stdout != "0" and ga_kernel.failed
|
when: amdgpu_install.failed and hwe_kernel.stdout != "0" and ga_kernel.failed
|
||||||
@ -133,7 +134,7 @@
|
|||||||
user: root
|
user: root
|
||||||
name: "{{ amdgpu_cron_job }}"
|
name: "{{ amdgpu_cron_job }}"
|
||||||
special_time: reboot
|
special_time: reboot
|
||||||
job: "scm.sh"
|
job: "{{ amdgpu_cron_cmd }}"
|
||||||
state: present
|
state: present
|
||||||
disabled: no
|
disabled: no
|
||||||
when: amdgpu_install.failed and hwe_kernel.stdout != "0"
|
when: amdgpu_install.failed and hwe_kernel.stdout != "0"
|
||||||
@ -175,7 +176,7 @@
|
|||||||
user: root
|
user: root
|
||||||
name: "{{ amdgpu_cron_job }}"
|
name: "{{ amdgpu_cron_job }}"
|
||||||
special_time: reboot
|
special_time: reboot
|
||||||
job: "scm.sh"
|
job: "{{ amdgpu_cron_cmd }}"
|
||||||
state: present
|
state: present
|
||||||
disabled: no
|
disabled: no
|
||||||
when: amdgpu_install.failed
|
when: amdgpu_install.failed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user