From 1bdf626c1857d8ff738bdd202f157a81c03a11ea Mon Sep 17 00:00:00 2001 From: brush Date: Wed, 29 Nov 2023 17:51:38 -0800 Subject: [PATCH] Correct file location for where {{ nextcloud_container_labels_additional_labels }} is included (Currently there are no actual "details" there, other than the location of the reference.) --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 23c083f..c94ccb4 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -246,7 +246,7 @@ nextcloud_container_labels_traefik_http_middlewares_auto: [] nextcloud_container_labels_traefik_http_middlewares_custom: [] # nextcloud_container_labels_additional_labels contains a multiline string with additional labels to add to the container label file. -# See `roles/custom/nextcloud/templates/labels.j2` for details. +# See `../templates/labels.j2` for details. # # Example: # nextcloud_container_labels_additional_labels: |