From 84d7319465b8a29f86445799a0844d3486f9318e Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 19 Jul 2025 08:53:51 +0200 Subject: [PATCH] roles: Set caddy and docker dependency chain Each role (with outward-facing ingress needs) depends on caddy since they depend on the availability of the 'caddy' network which is set in that role. Caddy in turn depends on docker. --- roles/arr/meta/main.yaml | 5 ++--- roles/grocy/meta/main.yaml | 5 ++--- roles/paperless/meta/main.yaml | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/roles/arr/meta/main.yaml b/roles/arr/meta/main.yaml index a8f4f00..d073d82 100644 --- a/roles/arr/meta/main.yaml +++ b/roles/arr/meta/main.yaml @@ -21,6 +21,5 @@ galaxy_info: # NOTE: A tag is limited to a single word comprised of alphanumeric characters. # Maximum 20 tags per role. -dependencies: [] - # List your role dependencies here, one per line. Be sure to remove the '[]' above, - # if you add dependencies to this list. +dependencies: + - caddy diff --git a/roles/grocy/meta/main.yaml b/roles/grocy/meta/main.yaml index ea68190..2b1493a 100644 --- a/roles/grocy/meta/main.yaml +++ b/roles/grocy/meta/main.yaml @@ -29,6 +29,5 @@ galaxy_info: # NOTE: A tag is limited to a single word comprised of alphanumeric characters. # Maximum 20 tags per role. -dependencies: [] - # List your role dependencies here, one per line. Be sure to remove the '[]' above, - # if you add dependencies to this list. +dependencies: + - caddy diff --git a/roles/paperless/meta/main.yaml b/roles/paperless/meta/main.yaml index ea68190..2b1493a 100644 --- a/roles/paperless/meta/main.yaml +++ b/roles/paperless/meta/main.yaml @@ -29,6 +29,5 @@ galaxy_info: # NOTE: A tag is limited to a single word comprised of alphanumeric characters. # Maximum 20 tags per role. -dependencies: [] - # List your role dependencies here, one per line. Be sure to remove the '[]' above, - # if you add dependencies to this list. +dependencies: + - caddy