mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-31 02:41:36 +01:00 
			
		
		
		
	Update to 2022-12-21 01:00
This commit is contained in:
		| @@ -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 }}" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud