From 39aa523246146345dc90c5844c8233d4e289d868 Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Thu, 12 Oct 2023 15:39:06 +0200 Subject: [PATCH] add dep to tco.changelog --- meta/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index 5d50bf4..d697285 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -55,6 +55,7 @@ galaxy_info: # NOTE: A tag is limited to a single word comprised of alphanumeric characters. # Maximum 20 tags per role. -dependencies: [] +dependencies: +- { role: tco.changelog, myrole_name: ansible_phpldapadmin } # List your role dependencies here, one per line. Be sure to remove the '[]' above, # if you add dependencies to this list. \ No newline at end of file