handle multiple PHP versions and their modules
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
- name: restart php-fpm
|
||||
- name: restart php-fpm services
|
||||
systemd_service:
|
||||
name: php{{ php_version }}-fpm
|
||||
name: php{{ item.version }}-fpm
|
||||
state: restarted
|
||||
loop: "{{ php_versions }}"
|
||||
|
||||
Reference in New Issue
Block a user