better manage php packages

This commit is contained in:
2024-09-05 18:12:58 +02:00
parent 0ef129113a
commit 7452a3c726
3 changed files with 7 additions and 7 deletions

View File

@@ -43,7 +43,7 @@
- name: install php-fpm
ansible.builtin.package:
name: '{{ php_fpm_package }}'
name: '{{ php_fpm_packages}}'
state: present
- name: install php packages