Skip to content

Commit 6ed998d

Browse files
committed
All modes...
1 parent 0c47775 commit 6ed998d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
line: "PATH={{ cron_path }}"
2828
regexp: "^PATH"
2929
create: yes
30-
mode: "0644"
30+
mode: "0600"
3131
notify:
3232
- restart cron
3333

@@ -37,7 +37,7 @@
3737
line: "MAILTO={{ cron_mailto }}"
3838
regexp: "^MAILTO"
3939
create: yes
40-
mode: "0644"
40+
mode: "0600"
4141
notify:
4242
- restart cron
4343

0 commit comments

Comments
 (0)