Skip to content

Commit

Permalink
Fix php-fpm restart handler
Browse files Browse the repository at this point in the history
  • Loading branch information
medanthelinium committed Nov 12, 2024
1 parent 6a92310 commit 658686e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/main.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: Restart PHP-FPM
ansible.builtin.service:
name: "{{ ansible_local.php.service_name }}"
name: "{{ php.fpm.service }}"
state: restarted

0 comments on commit 658686e

Please sign in to comment.