From 26966e9b3ddad936098a4ad26ced68cb3ce23bbc Mon Sep 17 00:00:00 2001
From: Thomas Woerner <twoerner@redhat.com>
Date: Fri, 13 Dec 2019 22:33:46 +0100
Subject: [PATCH] Update galaxy.yml: Add empty dependencies to calm down
 ansible-agalxy command

dependencoies may not be an empty dict like in the past, but it may also not
be missing. It simply needs to be empty.

Fixes #146 (ansible-freeipa collection not installable by 2.9 ansible-galaxy collection install)
---
 galaxy.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/galaxy.yml b/galaxy.yml
index 8c9788b2..9740ba3d 100644
--- a/galaxy.yml
+++ b/galaxy.yml
@@ -15,6 +15,8 @@ readme: "README.md"
 license: "GPL-3.0-or-later"
 license_file: "COPYING"
 
+dependencies:
+
 tags:
   - "identity"
   - "ipa"
-- 
GitLab