Füge spezifische Konfiguration auch für PHP-FPM ein

This commit is contained in:
phil 2022-01-22 18:43:11 +01:00
parent 700457660c
commit 7ac7323ec6
2 changed files with 15 additions and 2 deletions

View file

@ -2,4 +2,9 @@
- name: reload apache2
service:
name: apache2
state: reloaded
state: reloaded
- name: reload php-fpm
service:
name: "php{{ php_version.stdout }}-fpm"
state: reloaded