Consistency of calling scm.
This commit is contained in:
parent
a42c8b9088
commit
f6e06fb34c
@ -15,7 +15,7 @@
|
||||
user: ansible
|
||||
name: "Ansible Weekly Forced Sync"
|
||||
special_time: weekly
|
||||
job: "sudo {{ ansible_pull_exec.stdout }} -U https://github.com/Hyperling/ansible.git"
|
||||
job: "{{ user_root.home }}/bin/scm.sh"
|
||||
state: present
|
||||
disabled: no
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
- name: AMDGPU | Variables
|
||||
set_fact:
|
||||
amdgpu_cron_job: AMDGPU - Need To Finish Installation
|
||||
amdgpu_cron_cmd: /root/bin/scm.sh
|
||||
amdgpu_cron_cmd: "{{ user_root.home }}/bin/scm.sh"
|
||||
|
||||
- name: AMDGPU | Install Dependencies
|
||||
package:
|
||||
|
Loading…
x
Reference in New Issue
Block a user