Skip to content
Snippets Groups Projects
Verified Commit 631cbacc authored by Chris Croome's avatar Chris Croome
Browse files

fix find

parent eadab631
No related branches found
No related tags found
No related merge requests found
Pipeline #32760 passed
......@@ -21,7 +21,7 @@
- name: "Find PHP-FPM pool files for {{ php_check_ver }}"
ansible.builtin.find:
paths: "/etc/php/{{ php_check_ver }}/fpm/pool.d/*.conf"
paths: "/etc/php/{{ php_check_ver }}/fpm/pool.d"
recurse: false
file_type: file
use_regex: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment