Fix permissions.
This commit is contained in:
parent
031d93c73b
commit
6ef0384dbf
@ -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: |
|
||||
@ -13,3 +13,8 @@
|
||||
state: present
|
||||
create: yes
|
||||
backup: yes
|
||||
|
||||
- name: General | Scripts | Root | scm.sh Permissions
|
||||
file:
|
||||
path: /root/scm.sh
|
||||
mode: '0755'
|
Loading…
x
Reference in New Issue
Block a user