Add bin folder for users. Some of this probably needs to become looped.

This commit is contained in:
2021-02-12 07:47:22 -06:00
parent b2941fa580
commit 993461fe49
3 changed files with 25 additions and 10 deletions

View File

@ -3,7 +3,7 @@
- name: General | Scripts | Root | scm.sh
blockinfile:
path: /root/scm.sh
path: "{{ user_root.home }}/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: /root/scm.sh
path: "{{ user_root.home }}/scm.sh"
mode: '0755'