Consistency of calling scm.

This commit is contained in:
Hyperling 2021-02-15 09:47:07 -06:00
parent a42c8b9088
commit f6e06fb34c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: