Skip to content

Commit

Permalink
fix mutually exclusive license file error during galaxy push
Browse files Browse the repository at this point in the history
  • Loading branch information
mamullen13316 committed Dec 4, 2024
1 parent 9d64e05 commit c5f54af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c5f54af

Please sign in to comment.