1
0
Fork 0
This commit is contained in:
hooger 2024-04-24 20:23:25 +02:00
parent a73ce941e5
commit 466092f6a0

View file

@ -117,7 +117,7 @@ nextcloud_container_image_customizations_samba_packages: ['procps', 'smbclient']
nextcloud_container_image_customizations_packages_to_install: "{{ (nextcloud_container_image_customizations_packages_to_install_auto + nextcloud_container_image_customizations_packages_to_install_custom) | unique }}" nextcloud_container_image_customizations_packages_to_install: "{{ (nextcloud_container_image_customizations_packages_to_install_auto + nextcloud_container_image_customizations_packages_to_install_custom) | unique }}"
nextcloud_container_image_customizations_packages_to_install_auto: | nextcloud_container_image_customizations_packages_to_install_auto: |
{{ {{
(nextcloud_container_image_customizations_php_imageick_installation_packages if nextcloud_container_image_customizations_php_imagick_installation_enabled else []) (nextcloud_container_image_customizations_php_imagick_installation_packages if nextcloud_container_image_customizations_php_imagick_installation_enabled else [])
+ +
(nextcloud_container_image_customizations_samba_packages if nextcloud_container_image_customizations_samba_enabled else []) (nextcloud_container_image_customizations_samba_packages if nextcloud_container_image_customizations_samba_enabled else [])
}} }}