From 79fae0dba887601ba896e23f895af3a1667eeba7 Mon Sep 17 00:00:00 2001 From: lulzette Date: Sat, 27 Feb 2021 15:28:47 +0300 Subject: [PATCH] forgot to restart php-fpm after configuring --- 1/roles/php/tasks/main.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/1/roles/php/tasks/main.yml b/1/roles/php/tasks/main.yml index f9b4645..e38ad23 100644 --- a/1/roles/php/tasks/main.yml +++ b/1/roles/php/tasks/main.yml @@ -11,4 +11,9 @@ loop: - cloud - wiki - - other \ No newline at end of file + - other + +- name: restart php-fpm + service: + name: php7.4-fpm.service + state: restarted \ No newline at end of file