fix(php): remove type=file check when finding php fpm config

This commit is contained in:
s3lph 2023-02-08 01:07:00 +01:00
parent c6b26ecd70
commit f3115f8fd7
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -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