From c5f54af9ffef9ad9bb210a3dc65c8b88f7d1d740 Mon Sep 17 00:00:00 2001 From: Matt Mullen Date: Wed, 4 Dec 2024 14:57:24 -0500 Subject: [PATCH] fix mutually exclusive license file error during galaxy push --- galaxy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 6d6c5ac..167b5b1 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -25,8 +25,8 @@ description: This Ansible collection contains modules for working with Sophos Fi # 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: -- GPL-2.0-or-later +# license: +# - GPL-2.0-or-later # 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'