mirror of
https://github.com/HanXHX/ansible-php.git
synced 2026-04-15 13:32:09 +07:00
Mass cleanup and drop jessie support
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
---
|
||||
|
||||
- name: restart php-fpm
|
||||
service: name='{{ php_fpm_service }}' state=restarted
|
||||
service:
|
||||
name: '{{ php_fpm_service }}'
|
||||
state: restarted
|
||||
when: php_install_fpm
|
||||
|
||||
Reference in New Issue
Block a user