Skip to content

Commit

Permalink
Issue #84: Updated redis config path for newer Red Hat releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jul 31, 2024
1 parent a04b7b9 commit 400cf60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
file:
path: "{{ redis_conf_path | dirname }}"
state: directory
mode: 0755
mode: 0750

- name: Ensure Redis is configured.
template:
Expand Down
2 changes: 1 addition & 1 deletion vars/RedHat.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
__redis_package: redis
redis_daemon: redis
redis_conf_path: /etc/redis.conf
redis_conf_path: /etc/redis/redis.conf
redis_conf_mode: 0644

0 comments on commit 400cf60

Please sign in to comment.