From 644cde6c341aa37c69a9973c16788316dabb27f5 Mon Sep 17 00:00:00 2001 From: Bernd Finger Date: Tue, 23 Jan 2024 13:57:51 +0100 Subject: [PATCH] collection: Use license_file in galaxy.yml Solves issue #617. Signed-off-by: Bernd Finger --- galaxy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index e00bfe582..896cc8653 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -32,12 +32,12 @@ description: Collection of Ansible Roles for SAP software installation in variou # Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only # accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file' -license: - - Apache-2.0 +#license: +# - Apache-2.0 # The path to the license file for the collection. This path is relative to the root of the collection. This key is # mutually exclusive with 'license' -license_file: '' +license_file: 'LICENSE' # A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character # requirements as 'namespace' and 'name'