Update to 2022-12-21 01:00

This commit is contained in:
Daniel Berteaud 2022-12-21 01:00:18 +01:00
parent 8fbc61e89d
commit 1790db00f6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
- name: Build the list of packages
set_fact:
httpd_php_packages: "{{ httpd_php_packages | default([]) }} + [ 'php{{ item.0 }}-php-{{ item.1 }}' ]"
httpd_php_packages: "{{ httpd_php_packages | default([]) + [ 'php' ~ item.0 ~ '-php-' ~ item.1 ] }}"
with_nested:
- "{{ httpd_php_versions }}"
- "{{ httpd_php_common_modules }}"