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