Pull from the git repo rather than creating a local directory.

This commit is contained in:
Hyperling 2025-01-29 11:22:15 -07:00
parent 3370552070
commit b387fe2c2a
2 changed files with 2 additions and 6 deletions

View File

@ -6,9 +6,7 @@
path: "{{ user_root.home }}/bin/scm.sh" path: "{{ user_root.home }}/bin/scm.sh"
block: | block: |
# 20210211 - Make life easier! # 20210211 - Make life easier!
git clone {{ git_repo_http }} ansible-pull time {{ ansible_pull_exec.stdout }} -U {{ git_repo_http }}
ansible-pull/setup.sh
mv ansible-pull ~/TRASH/
marker: '{mark}' marker: '{mark}'
marker_begin: "#!{{ bash_exec.stdout }}" marker_begin: "#!{{ bash_exec.stdout }}"
marker_end: "exit 0" marker_end: "exit 0"

View File

@ -6,9 +6,7 @@
path: "{{ user_user.home }}/bin/scm.sh" path: "{{ user_user.home }}/bin/scm.sh"
block: | block: |
# 20210211 - Make life easier! # 20210211 - Make life easier!
git clone {{ git_repo_http }} ansible-pull time {{ ansible_pull_exec.stdout }} -U {{ git_repo_http }}
ansible-pull/setup.sh
mv ansible-pull ~/TRASH/
marker: '{mark}' marker: '{mark}'
marker_begin: "#!{{ bash_exec.stdout }}" marker_begin: "#!{{ bash_exec.stdout }}"
marker_end: "exit 0" marker_end: "exit 0"