From 2d6a120032c64637dcb215f2fbc7fe3183e3cf54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Wed, 19 May 2021 17:22:35 -0400 Subject: [PATCH] galaxy.yml: dependencies is a dict (#110) --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index 7212f56f..13735618 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ authors: - mmazur (https://github.com/mmazur) - jamescassell (https://github.com/jamescassell) dependencies: - - cloud.common + cloud.common: '>=2.0.1' description: Kubernetes Collection for Ansible. documentation: '' homepage: ''