From 6e3a7989eb3a0957280c55cab833b2a9e4108051 Mon Sep 17 00:00:00 2001 From: Guido Grazioli Date: Tue, 14 Dec 2021 17:45:19 +0100 Subject: [PATCH] fix dependencies in galaxy.yml --- galaxy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index ba88e5a..18c8287 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -14,8 +14,8 @@ tags: - rhn - sso dependencies: - - "middleware_automation.redhat_csp_download": ">=1.2.1" - - "middleware_automation.jcliff": ">=0.0.19" + "middleware_automation.redhat_csp_download": ">=1.2.1" + "middleware_automation.jcliff": ">=0.0.19" repository: https://github.com/ansible-middleware/keycloak documentation: https://github.com/ansible-middleware/keycloak homepage: https://github.com/ansible-middleware/keycloak