Skip to content

Commit

Permalink
Merge pull request #85 from geerlingguy/revert-80-patch-1
Browse files Browse the repository at this point in the history
Revert "[bug fix] Update octal permission syntax"
  • Loading branch information
geerlingguy authored Jul 31, 2024
2 parents 7288f2b + bd02efd commit 63ba9ba
Showing 1 changed file with 1 addition and 1 deletion.
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: 0755

- name: Ensure Redis is configured.
template:
Expand Down

0 comments on commit 63ba9ba

Please sign in to comment.