fix(php): remove type=file check when finding php fpm config
This commit is contained in:
parent
c6b26ecd70
commit
f3115f8fd7
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue