Skip to content

Commit

Permalink
deploy: Set custom redis config perms to 0640
Browse files Browse the repository at this point in the history
We get an unsafe permissions warning otherwise. This mode matches the
config files already in place.

Signed-off-by: Russell Bryant <[email protected]>
  • Loading branch information
russellb committed Mar 17, 2024
1 parent 09a010b commit 284e1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/ansible/redis/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
ansible.builtin.template:
src: redis/templates/redis.local.conf.j2
dest: /etc/redis/redis.local.conf
mode: '0644'
mode: '0640'
become: true

- name: Start redis systemd service
Expand Down

0 comments on commit 284e1dc

Please sign in to comment.