From 3487efcf9fb8163a5e2ed5df20fed271170d8d90 Mon Sep 17 00:00:00 2001
From: Thomas Woerner <twoerner@redhat.com>
Date: Thu, 11 Jun 2020 19:33:37 +0200
Subject: [PATCH] galaxy.yml: Remove license_file

Galaxy refuses to import a collection that has license and license_file set
in galaxy.yml. Therefore license_file has been removed.
---
 galaxy.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/galaxy.yml b/galaxy.yml
index e379f686..1b6d3356 100644
--- a/galaxy.yml
+++ b/galaxy.yml
@@ -13,7 +13,6 @@ issues: "https://github.com/freeipa/ansible-freeipa/issues"
 
 readme: "README.md"
 license: "GPL-3.0-or-later"
-license_file: "COPYING"
 
 dependencies:
 
-- 
GitLab