From 779ea3bf0030bca5a0acf4afe9210a7e47137984 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 12 Feb 2021 07:50:38 -0600 Subject: [PATCH] Put scm.sh in bin. --- tasks/general/scripts/root.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/general/scripts/root.yml b/tasks/general/scripts/root.yml index 538504c..d4ecb64 100644 --- a/tasks/general/scripts/root.yml +++ b/tasks/general/scripts/root.yml @@ -3,7 +3,7 @@ - name: General | Scripts | Root | scm.sh blockinfile: - path: "{{ user_root.home }}/scm.sh" + path: "{{ user_root.home }}/bin/scm.sh" block: | # 20210211 - Make life easier! ssh ling@leet "cd Code/Ansible/ansible-pull; git push" @@ -17,5 +17,5 @@ - name: General | Scripts | Root | scm.sh Permissions file: - path: "{{ user_root.home }}/scm.sh" + path: "{{ user_root.home }}/bin/scm.sh" mode: '0755' \ No newline at end of file