maj handler role glpi

This commit is contained in:
root 2024-01-14 14:20:13 +01:00
parent d6ddbb4dd6
commit 84aa96c106

View File

@ -1,12 +1,15 @@
---
- name: restart php-fpm
service: name=php8.2-fpm
state=: restarted
service:
name: php8.2-fpm
state=: restarted
- name: restart nginx
service: name=nginx
state: restarted
service:
name: nginx
state: restarted
- name: restart mariadb-server
service: name=mariadb-server
state: restarted
service:
name: mariadb-server
state: restarted