Skip to content

Commit

Permalink
File contains secrets, should not be 644 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvdw authored Nov 26, 2023
1 parent 14cd216 commit f8e87d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
template:
src: pretalx.cfg.j2
dest: "{{ pretalx_system_home }}/.pretalx.cfg"
mode: "0644"
mode: "0600"
notify:
- Restart pretalx service
- Restart worker service
Expand Down

0 comments on commit f8e87d1

Please sign in to comment.