Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Correct path to php-fpm log folder to be per-pool not per store. Reso…
Browse files Browse the repository at this point in the history
…lves issue #26

(cherry picked from commit 6ae1c9e)
  • Loading branch information
andytheapedemontague committed Aug 14, 2020
1 parent 73ec479 commit 143d66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/php7/fpm/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
owner={{ php_role.fpm.owner }}
group={{ php_role.fpm.group }}
recurse=yes
with_dict: '{{stores}}'
with_dict: '{{php_pool}}'
tags:
- php7

Expand Down

0 comments on commit 143d66d

Please sign in to comment.