initial commit
This commit is contained in:
5
handlers/main.yml
Normal file
5
handlers/main.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: restart php-fpm
|
||||
systemd_service:
|
||||
name: php{{ php_version }}-fpm
|
||||
state: restarted
|
Reference in New Issue
Block a user