Put scm.sh in bin.
This commit is contained in:
parent
993461fe49
commit
779ea3bf00
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
- name: General | Scripts | Root | scm.sh
|
- name: General | Scripts | Root | scm.sh
|
||||||
blockinfile:
|
blockinfile:
|
||||||
path: "{{ user_root.home }}/scm.sh"
|
path: "{{ user_root.home }}/bin/scm.sh"
|
||||||
block: |
|
block: |
|
||||||
# 20210211 - Make life easier!
|
# 20210211 - Make life easier!
|
||||||
ssh ling@leet "cd Code/Ansible/ansible-pull; git push"
|
ssh ling@leet "cd Code/Ansible/ansible-pull; git push"
|
||||||
@ -17,5 +17,5 @@
|
|||||||
|
|
||||||
- name: General | Scripts | Root | scm.sh Permissions
|
- name: General | Scripts | Root | scm.sh Permissions
|
||||||
file:
|
file:
|
||||||
path: "{{ user_root.home }}/scm.sh"
|
path: "{{ user_root.home }}/bin/scm.sh"
|
||||||
mode: '0755'
|
mode: '0755'
|
Loading…
x
Reference in New Issue
Block a user