forgot to restart php-fpm after configuring

This commit is contained in:
lulzette 2021-02-27 15:28:47 +03:00
parent 5a72109f5b
commit 79fae0dba8

View File

@ -11,4 +11,9 @@
loop: loop:
- cloud - cloud
- wiki - wiki
- other - other
- name: restart php-fpm
service:
name: php7.4-fpm.service
state: restarted