Fix permissions.

This commit is contained in:
Hyperling 2021-02-11 20:16:23 -06:00
parent 031d93c73b
commit 6ef0384dbf

View File

@ -1,7 +1,7 @@
---
# Create file to easily push git changes and call SCM.
- name: General | Scripts | Root | Call SCM
- name: General | Scripts | Root | scm.sh
blockinfile:
path: /root/scm.sh
block: |
@ -12,4 +12,9 @@
marker_begin: "!{{ bash_exec.stdout }}"
state: present
create: yes
backup: yes
backup: yes
- name: General | Scripts | Root | scm.sh Permissions
file:
path: /root/scm.sh
mode: '0755'