Skip to content

Commit

Permalink
Merge pull request #5 from adrian-dinu/patch-1
Browse files Browse the repository at this point in the history
fix mode of csfpre/csfpost
  • Loading branch information
likg authored Jul 30, 2020
2 parents b13cbce + 773f648 commit 666a226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
copy:
content: "{{ vars['csf_csfpre_sh'] }}"
dest: '/etc/csf/csfpre.sh'
mode: 0755
mode: 0700
when: csf_csfpre_sh is defined
notify:
- restart csf
Expand All @@ -107,7 +107,7 @@
copy:
content: "{{ vars['csf_csfpost_sh'] }}"
dest: '/etc/csf/csfpost.sh'
mode: 0755
mode: 0700
when: csf_csfpost_sh is defined
notify:
- restart csf
Expand Down

0 comments on commit 666a226

Please sign in to comment.