mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 02:03:09 +02:00
Update to 2022-12-21 01:00
This commit is contained in:
parent
8fbc61e89d
commit
1790db00f6
@ -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 }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user