From f3115f8fd7d7e7cf1fefff93bc59338cb89ad618 Mon Sep 17 00:00:00 2001 From: s3lph Date: Wed, 8 Feb 2023 01:07:00 +0100 Subject: [PATCH] fix(php): remove type=file check when finding php fpm config --- roles/php/tasks/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/php/tasks/config.yml b/roles/php/tasks/config.yml index 674efd5..236e54e 100644 --- a/roles/php/tasks/config.yml +++ b/roles/php/tasks/config.yml @@ -17,7 +17,6 @@ ansible.builtin.find: paths: ["/etc/apache2/conf-enabled/"] patterns: ["php*-fpm.conf"] - file_type: file register: php_register_conf_enabled - name: Enable wanted and disable unwanted php-fpm apache2 config