Merge pull request #15 from PhilippHomann/main
Custom image is always used
This commit is contained in:
commit
a73ce941e5
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ nextcloud_container_image_registry_prefix: docker.io/
|
||||||
nextcloud_container_image_customized: "localhost/nextcloud:{{ nextcloud_container_image_tag }}-customized"
|
nextcloud_container_image_customized: "localhost/nextcloud:{{ nextcloud_container_image_tag }}-customized"
|
||||||
|
|
||||||
# nextcloud_container_image_final holds the name of the Nextcloud image to run depending on whether or not customizations are enabled.
|
# nextcloud_container_image_final holds the name of the Nextcloud image to run depending on whether or not customizations are enabled.
|
||||||
nextcloud_container_image_final: "{{ nextcloud_container_image_customized if nextcloud_container_image_customizations_enabled else nextcloud_container_image }}"
|
nextcloud_container_image_final: "{{ nextcloud_container_image_customized if nextcloud_container_image_customizations_enabled | bool else nextcloud_container_image }}"
|
||||||
|
|
||||||
# A list of extra arguments to pass to the container
|
# A list of extra arguments to pass to the container
|
||||||
nextcloud_container_extra_arguments: []
|
nextcloud_container_extra_arguments: []
|
||||||
|
|
Loading…
Reference in a new issue