ansible-roles/php/handlers/main.yml

27 lines
405 B
YAML
Raw Normal View History

2017-02-21 12:03:46 +01:00
---
- name: restart php5-fpm
service:
name: php5-fpm
state: restarted
- name: restart php7.0-fpm
2017-02-21 12:03:46 +01:00
service:
name: php7.0-fpm
2017-02-21 12:03:46 +01:00
state: restarted
- name: restart php7.3-fpm
service:
name: php7.3-fpm
state: restarted
2021-05-01 17:51:50 +02:00
- name: restart php7.4-fpm
service:
name: php7.4-fpm
state: restarted
- name: restart php8.1-fpm
service:
name: php8.1-fpm
state: restarted