handle multiple PHP versions and their modules

This commit is contained in:
Ludovic Cartier
2025-09-24 11:13:12 +02:00
parent f654335684
commit 5d1878f9db
5 changed files with 90 additions and 19 deletions

View File

@@ -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 }}"