ansible-role-php/handlers/main.yml

5 lines
109 B
YAML
Raw Permalink Normal View History

2022-01-24 22:16:09 +01:00
- name: restart php-fpm
ansible.builtin.service:
name: "php{{ php_version }}-fpm"
state: restarted