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.
|
# Create file to easily push git changes and call SCM.
|
||||||
|
|
||||||
- name: General | Scripts | Root | Call SCM
|
- name: General | Scripts | Root | scm.sh
|
||||||
blockinfile:
|
blockinfile:
|
||||||
path: /root/scm.sh
|
path: /root/scm.sh
|
||||||
block: |
|
block: |
|
||||||
@ -13,3 +13,8 @@
|
|||||||
state: present
|
state: present
|
||||||
create: yes
|
create: yes
|
||||||
backup: 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