From 8e4690d042f75ff9129d706c03ec947947dff8a2 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 29 Aug 2022 07:02:47 -0500 Subject: [PATCH] Finish removing push.sh. No longer use scm.hyperling.com. (#29) --- tasks/general/scripts/root.yml | 6 +++--- tasks/general/scripts/user.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tasks/general/scripts/root.yml b/tasks/general/scripts/root.yml index 4a8b925..4b7f26b 100644 --- a/tasks/general/scripts/root.yml +++ b/tasks/general/scripts/root.yml @@ -6,8 +6,9 @@ path: "{{ user_root.home }}/bin/scm.sh" block: | # 20210211 - Make life easier! - push.sh - time curl https://scm.hyperling.com | bash + git clone {{ repo_github }} ansible-pull + ansible-pull/setup.sh + mv ansible-pull ~/TRASH/ marker: '{mark}' marker_begin: "#!{{ bash_exec.stdout }}" marker_end: "exit 0" @@ -37,7 +38,6 @@ ## Main ## - push.sh time {{ ansible_pull_exec.stdout }} -U {{ repo_github }} --checkout $branch marker: '{mark}' diff --git a/tasks/general/scripts/user.yml b/tasks/general/scripts/user.yml index 5bed260..8b87291 100644 --- a/tasks/general/scripts/user.yml +++ b/tasks/general/scripts/user.yml @@ -6,8 +6,9 @@ path: "{{ user_user.home }}/bin/scm.sh" block: | # 20210211 - Make life easier! - push.sh - time curl https://scm.hyperling.com | sudo bash + git clone {{ repo_github }} ansible-pull + ansible-pull/setup.sh + mv ansible-pull ~/TRASH/ marker: '{mark}' marker_begin: "#!{{ bash_exec.stdout }}" marker_end: "exit 0" @@ -37,7 +38,6 @@ ## Main ## - push.sh time sudo {{ ansible_pull_exec.stdout }} -U {{ repo_github }} --checkout $branch marker: '{mark}'